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