private void ValidatePrinterSettings(UserPrinterSettings userPrinterSettings) { }
public LabelSettings() { PrinterSettings = new UserPrinterSettings(); }
public UserSettings() { PrinterSettings = new UserPrinterSettings(); Label = new LabelSettings(); Titellabel = new BatchLabelSettings(); }