Пример #1
0
        public VanzariServicii_Menu_ItemController(ref Service s, VanzariServicii_Menu_Item v)
        {
            this.View    = v;
            this.Service = s;

            View.BindGridVanzariServicii += OnBindGridVanzariServicii;
        }
        private void OnVanzariServiciiMIRequested(object sender, EventArgs e)
        {
            VanzariServicii_Menu_Item VanzariServiciiView = new VanzariServicii_Menu_Item();

            Home_VanzariServiciiPageController.setView(VanzariServiciiView);

            View.openChildForm(Home_VanzariServiciiPageController.getView());
        }
Пример #3
0
        public void setView(VanzariServicii_Menu_Item v)
        {
            this.View = v;

            View.BindGridVanzariServicii += OnBindGridVanzariServicii;
        }
Пример #4
0
 public VanzariServicii_Menu_ItemController(ref Service s)
 {
     this.Service = s;
     this.View    = null;
 }