Ejemplo n.º 1
0
 public override void Dispose()
 {
     if (tLightT != null)
     {
         tLightT.Dispose();
     }
     tLightT = null;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// You can use this to setop the Controls on a TabPage befor it is dispplayed
 /// </summary>
 protected override void InitTabPage()
 {
     if (tLightT == null)
     {
         tLightT = new SimPe.Plugin.TabPage.LightT();
     }
     tLightT.tb_lt_ver.Text  = "0x" + Helper.HexString(this.version);
     tLightT.tb_lt_name.Text = sgres.FileName;
 }