Beispiel #1
0
	    public static void RegisterRunspace(Runspace runspace )
        {
            if( null == Shell )
            {
                Shell = new RunspaceCommandExecutor(runspace);
                Shell.Run();
            }
        }