Exemplo n.º 1
0
 public Form1(Form Admin)
 {
     try
     {
         InitializeComponent();
         this.Admin = Admin;
         Admin.Hide();
         objTblServicel = new R_tableService();
     }
     catch (Exception exp)
     {
         MessageBox.Show(exp.Message, "Exception Error");
     }
 }
Exemplo n.º 2
0
 public POSTableShow()
 {
     objTblServicel = new R_tableService();
     InitializeComponent();
 }