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

            lf.ShowDialog();
        }