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