Implemented Queues and folder monitors.
This commit is contained in:
@@ -29,5 +29,11 @@ namespace BodyshopUploader.Views
|
||||
{
|
||||
Application.Current.MainWindow = this;
|
||||
}
|
||||
|
||||
private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e)
|
||||
{
|
||||
e.Cancel = true ;
|
||||
this.Hide();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user