public FormMain(string[] sCmds) { InitializeComponent(); _fullscreen = new FullScreen(this); _not = new Notifications.Notifications(); foreach (string s in sCmds) textBox1.Text += s + "\r\n"; if (sCmds.Length == 1 && sCmds[0] == "/TASKBAR_DATACONNECTION") MessageBox.Show("Application has been called by Taskbar popup list"); dumpSettings(); dumpRectangle(); }
public FormMain(string[] sCmds) { InitializeComponent(); _fullscreen = new FullScreen(this); _not = new Notifications.Notifications(); foreach (string s in sCmds) { textBox1.Text += s + "\r\n"; } if (sCmds.Length == 1 && sCmds[0] == "/TASKBAR_DATACONNECTION") { MessageBox.Show("Application has been called by Taskbar popup list"); } dumpSettings(); dumpRectangle(); }