Exemplo n.º 1
0
 public static void ReadCommandline(ProgramSupport programSupport, StringBuilder hyoji)
 {
     Logger.Flush(hyoji);
     programSupport.SetCommandline(Util_Machine.ReadLine());
     hyoji.AppendLine(programSupport.commandline);
     Logger.Flush_NoEcho(hyoji);
 }
Exemplo n.º 2
0
 /// <summary>
 /// メインループ開始時☆(^▽^)
 /// </summary>
 public static void Begin_Mainloop(Playing playing, ProgramSupport programSupport, StringBuilder hyoji)
 {
     programSupport.InitCommandline();                 // コマンド・ライン初期化☆
     programSupport.ReadCommandBuffer(playing, hyoji); // コマンド・バッファー読取り☆
 }