Exemplo n.º 1
0
 public void setParentForm(DrugAdmin parentForm)
 {
     this.parentForm = parentForm;
 }
Exemplo n.º 2
0
        private void button_drugAdm_Click(object sender, EventArgs e)
        {
            DrugAdmin drugAdm = new DrugAdmin();

            drugAdm.ShowDialog();
        }