示例#1
0
文件: Program.cs 项目: ArdiGG/Hotel
        static void Main(string[] args)
        {
            FileEditor.Open();

            for (; ;)
            {
                SelectAction();
            }
        }