Exemplo n.º 1
0
 public opForm002(opForm02 own)
 {
     InitializeComponent();
     this.own = own;
     connect  = new Connection();
 }
Exemplo n.º 2
0
 // Show Forms
 private void lab_futureRequestOfOperations_Click(object sender, EventArgs e)
 {
     FutureRequestsOfOperations = new opForm02();
     FutureRequestsOfOperations.Show();
 }