Added better error handling + added bulk handling of payable import BOD-152
This commit is contained in:
@@ -35,5 +35,11 @@ namespace BodyshopPartner.Views
|
||||
e.Cancel = true ;
|
||||
this.Hide();
|
||||
}
|
||||
|
||||
private void TextBox_TextChanged(object sender, TextChangedEventArgs e)
|
||||
{
|
||||
Properties.Settings.Default.QuickBooksFilePath = ((System.Windows.Controls.TextBox)sender).Text;
|
||||
Properties.Settings.Default.Save();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user