BalloonsPop.Highscore.HighscoreHandlingStrategies.XmlHandlingStrategy.XmlHandlingStrategy C# (CSharp) 메소드

XmlHandlingStrategy() 공개 메소드

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.
리턴 System
        public XmlHandlingStrategy(string fileName)
        {
            this.FileName = fileName;
        }