Example #1
0
 public void WriteMessage(string text)
 {
     if (initialized)
     {
         mainWindow.WriteChatMessage(text);
     }
 }