public PSAlertList CreateAlertTab(string scriptname) { PSAlertList psal = new PSAlertList(scriptname, this); psal.ParentStrip = tbTools; this.Controls.Add(psal); this.Controls.SetChildIndex(psal, 0); return psal; }
public PSAlertList CreateAlertTab(string scriptname) { PSAlertList psal = new PSAlertList(scriptname, this); psal.ParentStrip = tbTools; this.Controls.Add(psal); this.Controls.SetChildIndex(psal, 0); return(psal); }