App: Remove IsPrintingReady
This commit is contained in:
@ -68,12 +68,6 @@ namespace Elwig.Windows {
|
||||
}
|
||||
|
||||
private void Window_Loaded(object sender, RoutedEventArgs evt) {
|
||||
Menu_Print_Letterheads_MgNr.IsEnabled = App.IsPrintingReady;
|
||||
Menu_Print_Letterheads_Name.IsEnabled = App.IsPrintingReady;
|
||||
Menu_Print_Letterheads_Plz.IsEnabled = App.IsPrintingReady;
|
||||
Menu_Show_MemberDataSheet.IsEnabled = App.IsPrintingReady;
|
||||
Menu_Print_MemberDataSheet.IsEnabled = App.IsPrintingReady;
|
||||
|
||||
ActiveMemberInput.IsChecked = true;
|
||||
UpdateContactInfoVisibility();
|
||||
LockInputs();
|
||||
|
Reference in New Issue
Block a user