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); }