Example #1
0
 private void Form1_Load(object sender, EventArgs e)
 {
     ActorServer.Start(new ActorConfigManager());
     catcher = new StringToEventCatcherActor();
 }
Example #2
0
 private void Form1_Load(object sender, EventArgs e)
 {
     ActorServer.Start("localhost", 80, null);
     catcher = new StringToEventCatcherActor();
 }