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