Exemplo n.º 1
0
    public static int Main(string[] args)
    {
        Collocated app = new Collocated();

        try
        {
            return(app.runmain(args));
        }
        finally
        {
            Dispatcher.terminate();
        }
    }
Exemplo n.º 2
0
    public static int Main(string[] args)
    {
        Collocated app = new Collocated();

        return(app.runmain(args));
    }