private void btnOk_Click(object sender, EventArgs e) { Distributor ds = new Distributor(); ds.Show(); this.Hide(); }