Example #1
0
 private void Initialize()
 {
     this.selectControl.Products = shopModel.GetProducts();
     selectControl.UpdateForm();
 }