Esempio n. 1
0
 private void button_facturas_Click(object sender, EventArgs e)
 {
     if (state == Utils.State.MODIFY)
     {
         if (menu.LaunchFacturaScreen(Utils.State.MODIFY))
         {
             menu.f_cliente.DesactivateForm();
         }
     }
 }
Esempio n. 2
0
 private void picture_facturas_Click(object sender, EventArgs e)
 {
     if (menu.LaunchFacturaScreen(Utils.State.NONE))
     {
         DesactivateForm();
     }
 }