Example #1
0
 public Home()
 {
     Snacks  = Integra.GetLisSnacks();
     Product = Integra.GetLisProducts();
     RequestsSolicitation = Integra.GetLisRequestsSolicitation();
     IngredientsSnacks    = null;
     InitializeComponent();
 }