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