Example #1
0
 private void FormMain_Load(object sender, EventArgs e)
 {
     TrayHandler   = new TrayIconManager(this, ContextMenuStripTray);
     UpdateHandler = new NamedPipes.PipeServer();
     UpdateHandler.ConsoleNotification += new UpdateMonitorInvoker(UpdateHandler_ConsoleNotification);
     UpdateHandler.ChannelNotification += new UpdateMonitorInvoker(UpdateHandler_ChannelNotification);
 }
Example #2
0
 private void FormMain_Load(object sender, EventArgs e)
 {
     TrayHandler = new TrayIconManager(this, ContextMenuStripTray);
     UpdateHandler = new NamedPipes.PipeServer();
     UpdateHandler.ConsoleNotification += new UpdateMonitorInvoker(UpdateHandler_ConsoleNotification);
     UpdateHandler.ChannelNotification += new UpdateMonitorInvoker(UpdateHandler_ChannelNotification);
 }