예제 #1
0
 public static bool EnsureMediaCenterClosed(bool verifyBeforeClose)
 {
     if (VmcStudioUtil.EnsureNotRunning("ehshell", verifyBeforeClose))
     {
         return(VmcStudioUtil.EnsureNotRunning("ehtray", false));
     }
     else
     {
         return(false);
     }
 }