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