public frmPrintConfig(FrmTimeCalc parentForm) { this.parentForm = parentForm; InitializeComponent(); foreach (String Printername in PrinterSettings.InstalledPrinters) { comboBoxDrucker.Items.Add(Printername); } comboBoxDrucker.Text = parentForm.printDocument.PrinterSettings.PrinterName; //MessageBox.Show(parentForm.printDocument.DefaultPageSettings.PrinterResolution.Kind.ToString()); aktualisieren(); }
public frmPrintPreview(FrmTimeCalc parentForm) { this.parentForm = parentForm; InitializeComponent(); }