public Form1()
 {
     InitializeComponent();
     GlobalMessages.Register(this);
 }
예제 #2
0
 private static void Postfix(ref ZNet __instance)
 {
     // Register our custom defined messages.
     GlobalMessages.Register();
     GreetingMessage.Register();
 }