/// <summary> /// Takes an url for open a webpage. /// </summary> /// <param name="url">The url of the webpage.</param> public void OpenWebPageByUrl(string url) => ApplicationManager.OpenWebPage(url);
/// <summary> /// Method to close the game when the quit button is pressed. /// </summary> public void OnQuitButtonPressed() => ApplicationManager.CloseApplication();