コード例 #1
0
ファイル: Application.cs プロジェクト: kripa82/scriptsharp
        public static int Main(string[] args)
        {
            Application app = new Application(args);
            bool success = app.Execute();

            return success ? 0 : 1;
        }