public Form1() { InitializeComponent(); ipc = new IPC(); ipc.OnMessage += new IPC.MessageAction(ipc_OnMessage); }