Exemplo n.º 1
0
 private void BananGo(object obj)
 {
     UtilUser.SetSection(WarehouseSection.Banana);
     GoNewReceptions();
 }
Exemplo n.º 2
0
 private void MangoGo(object obj)
 {
     UtilUser.SetSection(WarehouseSection.Mango);
     GoNewReceptions();
 }