Skip to content

Commit

Permalink
Merge pull request #120 from dasgarner/feature/wpf
Browse files Browse the repository at this point in the history
Fix missing using statement.
  • Loading branch information
dasgarner authored Mar 19, 2020
2 parents 13365b0 + ffa5a0b commit cd4ddf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
using System.Windows.Input;
using System.Windows.Media.Imaging;
using System.Windows.Threading;
using XiboClient.Control;
using XiboClient.Error;
using XiboClient.Log;
using XiboClient.Logic;
Expand Down

0 comments on commit cd4ddf1

Please sign in to comment.