Remove tray functionality from Partner App.
This commit is contained in:
@@ -32,8 +32,10 @@ namespace BodyshopPartner.Views
|
||||
|
||||
private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e)
|
||||
{
|
||||
e.Cancel = true ;
|
||||
this.Hide();
|
||||
//e.Cancel = true ;
|
||||
//this.Hide();
|
||||
Utils.HTTPServer.tokenSource.Cancel();
|
||||
Application.Current.Shutdown();
|
||||
}
|
||||
|
||||
private void TextBox_TextChanged(object sender, TextChangedEventArgs e)
|
||||
@@ -41,5 +43,6 @@ namespace BodyshopPartner.Views
|
||||
Properties.Settings.Default.QuickBooksFilePath = ((System.Windows.Controls.TextBox)sender).Text;
|
||||
Properties.Settings.Default.Save();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user