コード例 #1
0
ファイル: Collocated.cs プロジェクト: skyhack1212/ice-1
    public static int Main(string[] args)
    {
        Collocated app = new Collocated();

        try
        {
            return(app.runmain(args));
        }
        finally
        {
            Dispatcher.terminate();
        }
    }
コード例 #2
0
    public static int Main(string[] args)
    {
        Collocated app = new Collocated();

        return(app.runmain(args));
    }