示例#1
0
 public UserManager(string xmlPath)
 {
     this.xmlManager   = new XmlManager(xmlPath);
     this.loginManager = new LoginManager();
 }