Inheritance: MasterInstaller.Components.Controls.BasePage
Exemplo n.º 1
0
 protected override BasePage CreateControl()
 {
     if (control == null)
     {
         control = new ComponentSelectionControl();
     }
     return(control);
 }
Exemplo n.º 2
0
 protected override BasePage CreateControl()
 {
     if(control == null)
     {
         control = new ComponentSelectionControl();
     }
     return control;
 }