コード例 #1
0
ファイル: PrintForm.cs プロジェクト: ArtemyKessler/autoBase
 public PrintForm(ListForm lf1)
 {
     InitializeComponent();
     this.Lf = lf1;
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: ArtemyKessler/autoBase
        private void ListBtn_Click(object sender, EventArgs e)
        {
            ListForm lf = new ListForm();

            lf.ShowDialog();
        }