Ejemplo n.º 1
0
 /// <summary>
 /// Creates an instance of the class
 /// </summary>
 public FormMain()
 {
     InitializeComponent();
     EnumerateScreens();
     ConsoleUI.Host = this;
     ChannelUI.Host = this;
     toolStripStatusLabelAttention.Visible = IsRunningWithAdminPrivileges;
     CustomConsoleList = new CustomConsoleCollection();
     LoadSettings();
     ChannelUI.UpdateViewOptions(ToolStripMenuItemShowTime.Checked, ToolStripMenuItemShowMachine.Checked, ToolStripMenuItemShowAppDomain.Checked);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Creates an instance of the class
 /// </summary>
 public FormMain()
 {
     InitializeComponent();
     EnumerateScreens();
     ConsoleUI.Host = this;
     ChannelUI.Host = this;
     toolStripStatusLabelAttention.Visible = IsRunningWithAdminPrivileges;
     CustomConsoleList = new CustomConsoleCollection();
     LoadSettings();
     ChannelUI.UpdateViewOptions(ToolStripMenuItemShowTime.Checked, ToolStripMenuItemShowMachine.Checked, ToolStripMenuItemShowAppDomain.Checked);
 }