Esempio n. 1
0
 void ChattingLog(string txt)
 {
     if (Chatting != null)
     {
         Chatting.Chat_Message(txt);
     }
 }