Exemplo n.º 1
0
 public override System.Windows.Forms.Control getConfigControl()
 {
     if (config_form == null)
     {
         config_form = new SRB_Master_USB_Uc(this);
     }
     return(config_form);
 }
Exemplo n.º 2
0
 internal void configFormClosed()
 {
     config_form = null;
 }