コード例 #1
0
 public opForm002(opForm02 own)
 {
     InitializeComponent();
     this.own = own;
     connect  = new Connection();
 }
コード例 #2
0
 // Show Forms
 private void lab_futureRequestOfOperations_Click(object sender, EventArgs e)
 {
     FutureRequestsOfOperations = new opForm02();
     FutureRequestsOfOperations.Show();
 }