Esempio n. 1
0
 private void ValidatePrinterSettings(UserPrinterSettings userPrinterSettings)
 {
 }
Esempio n. 2
0
 public LabelSettings()
 {
     PrinterSettings = new UserPrinterSettings();
 }
 public UserSettings()
 {
     PrinterSettings = new UserPrinterSettings();
     Label           = new LabelSettings();
     Titellabel      = new BatchLabelSettings();
 }