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