コード例 #1
0
 public static void OutputToInstance(string line)
 {
     if (cm_instance != null)
     {
         cm_instance.Output(line);
     }
 }