Example #1
0
 public static void Start()
 {
     if (!WinInterface.KillOthers())
     {
         WinInterface.ElevateMe(Program.ARG_STANDALONE);
     }
     AttachHandler();
 }
Example #2
0
        public static void CaseKill(bool FromForm = false)
        {
            ScreenshotService.Stop();

            if (!WinInterface.KillOthers())
            {
                WinInterface.ElevateMe(ARG_KILL);
            }

            if (!FromForm)
            {
                OpenForm();
            }
        }