Class that starts program execution.
Inheritance: System.MarshalByRefObject
Beispiel #1
0
	    private static void TestRun()
	    {
	        var startup = new Startup();
	        startup.RunProgram();
	    }