Exemple #1
0
        public void stopRentingGame()
        {
            //Kill Platform
            string PlatformExe = "steam.exe";

            AppHandler.killPlatformByCMD(PlatformExe);

            //Kill Game Extention
            string KillGameExe = "csgo.exe";

            AppHandler.killPlatformByCMD(KillGameExe);
        }