コード例 #1
0
ファイル: FormSelect.cs プロジェクト: boyanzhang/pcbtest
 private void button4_Click(object sender, EventArgs e)
 {
     //this.Close();
     // new Thread(() => Application.Run(new FormZuheban())).Start();
     formZuheban = new FormZuheban();
     formZuheban.Show();
 }
コード例 #2
0
ファイル: FormPassZuheban.cs プロジェクト: boyanzhang/pcbtest
 public FormPassZuheban(FormZuheban parent)
 {
     InitializeComponent();
     paForm = parent;
 }