예제 #1
0
파일: Program.cs 프로젝트: bberak/Appy
        static void Main(string[] args)
        {
            UI = new ConsoleUserInterface();

            UI.Splash();

            Start();
        }