コード例 #1
0
ファイル: Program.cs プロジェクト: greenpenguin/XT_Q2
        public static void Main(string[] args)
        {
            WorkWithConsoleClass workWithConsoleClass = new WorkWithConsoleClass();

            workWithConsoleClass.SwichFontAdjustment();
        }