BalloonsPop.Highscore.HighscoreHandlingStrategies.XmlHandlingStrategy.XmlHandlingStrategy C# (CSharp) Method

XmlHandlingStrategy() public method

Initializes a new instance of the XmlHandlingStrategy class.
public XmlHandlingStrategy ( string fileName ) : System
fileName string The name of the file to be used for loading and saving.
return System
        public XmlHandlingStrategy(string fileName)
        {
            this.FileName = fileName;
        }