public SSASConfiguration() { InitializeComponent(); this.timeStamp = DateTime.Now.Ticks.ToString(); var helper = new WindowHelper(); FormElements = helper.BindCheckBoxList <SSASConfigurationModel>(Application.ExecutablePath, scriptName, chklstApp); LoadCredentials(); }
public ApplicationInformation() { InitializeComponent(); chklstApp.MouseHover += new EventHandler(chklstApp_MouseHover); chklstApp.MouseMove += new MouseEventHandler(chklstApp_MouseMove); this.timeStamp = DateTime.Now.Ticks.ToString(); var helper = new WindowHelper(); FormElements = helper.BindCheckBoxList <ApplicationModel>(Application.ExecutablePath, scriptName, chklstApp); }