Implemented Queues and folder monitors.
This commit is contained in:
@@ -11,8 +11,10 @@ namespace BodyshopUploader.Utils
|
||||
{
|
||||
public void Execute(object parameter)
|
||||
{
|
||||
new Views.Main().Show();
|
||||
}
|
||||
var m = App.Current.Windows.OfType<Views.Main>().FirstOrDefault();
|
||||
m?.Show();
|
||||
m?.Focus();
|
||||
}
|
||||
|
||||
public bool CanExecute(object parameter)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user