Screen.SetResolution(int.Parse(Regex.Split(resolution," x ")[0]),int.Parse(Regex.Split(resolution," x ")[1]),FullScreenMode.FullScreenWindow);
//if (fullScreenMode == "0")
#endif
// Screen.SetResolution(int.Parse(Regex.Split(resolution, " x ")[0]), int.Parse(Regex.Split(resolution, " x ")[1]), FullScreenMode.ExclusiveFullScreen);
//else if (fullScreenMode == "2")
// Screen.SetResolution(int.Parse(Regex.Split(resolution, " x ")[0]), int.Parse(Regex.Split(resolution, " x ")[1]), FullScreenMode.Windowed);
//else
// Screen.SetResolution(int.Parse(Regex.Split(resolution, " x ")[0]), int.Parse(Regex.Split(resolution, " x ")[1]), FullScreenMode.FullScreenWindow);