예제 #1
0
 public void log(string s)
 {
     if (logs_widget != null)
     {
         logs_widget.add_log(s);
     }
 }