public static object Archer_Backup() { string userName; string password; StringReader sr = new StringReader(cmd_additional); userName = sr.ReadLine(); password = ys.Common.Md5Hash(sr.ReadLine()); sr.Close(); ServerContactor sc = new ServerContactor(); sc.Show(); sc.BackupUserData(userName, password); return null; }
public static object Archer_Backup() { string userName; string password; StringReader sr = new StringReader(cmd_additional); userName = sr.ReadLine(); password = ys.Common.Md5Hash(sr.ReadLine()); sr.Close(); ServerContactor sc = new ServerContactor(); sc.Show(); sc.BackupUserData(userName, password); return(null); }
public void Backup(object sender, EventArgs e) { ServerContactor sc = new ServerContactor(); sc.Show(); sc.BackupUserData(); }