public override void Dispose() { if (tLightT != null) { tLightT.Dispose(); } tLightT = null; }
/// <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; }