/// <summary> /// SetImageSource method sets the source of the image of /// the game elements /// </summary> /// <param name="path">string value for the path of the image</param> public void SetImageSource(string path) { this.image.Source = UtilityMethods.LoadImage(path); }