Beispiel #1
0
 public PrintForm(ListForm lf1)
 {
     InitializeComponent();
     this.Lf = lf1;
 }
Beispiel #2
0
        private void ListBtn_Click(object sender, EventArgs e)
        {
            ListForm lf = new ListForm();

            lf.ShowDialog();
        }