Ejemplo n.º 1
0
 private void ts_EditVendor_Click(object sender, EventArgs e)
 {
     if (!formExist("OptionsVendors"))
     {
         frm_OptionVendors           = new OptionsVendors();
         frm_OptionVendors.MdiParent = this;
         frm_OptionVendors.Show();
     }
 }
Ejemplo n.º 2
0
 private void btn_Vendors_Click(object sender, EventArgs e)
 {
     frm_OptionVendors           = new OptionsVendors();
     frm_OptionVendors.MdiParent = this.MdiParent;
     frm_OptionVendors.Show();
 }
Ejemplo n.º 3
0
 public SearchVendors(OptionsVendors father)
 {
     InitializeComponent();
     frm_EditVendor           = father;
     btn_EditProvider.Visible = false;
 }