Ejemplo n.º 1
0
        public void ClearScene()
        {
            StoredCommands sc = new StoredCommands();

            sc.AppendSceneCommand_Clear();
            ExecuteCommands(sc);

            System.Threading.Thread.Sleep(500);     // [RMS] MM crashes sometimes...
        }