public static void Test9() { new TestScreen().Start(); Console.WriteLine("끝~~~~~"); Console.ReadLine(); }
public static void Test2() { new Format() .AppendInputText("000000", "val1") .AppendLine() .Print(); Console.ReadLine(); string val1 = Console.GetInputText("val1"); Console.WriteLine(val1); }
static void Main() { Test9(); return; CheckDebug(); SenarioRelated.Senario senario = Debug.CreateKoreanWar(); GameRelated.senarios.Add(senario); EraTohoCv.GameRelated.FirstStart(); Console.ReadLine(); Console.WriteLine("?????"); Console.ReadLine(); throw new Exception(); }