Example #1
0
 public ProfileViewModel(string name, Guid id)
 {
     Profile   = new ServerProfileNew(name, id);
     ServerCfg = Profile.ServerCfg;
     ServerCfg.ServerCfgContent = ServerCfg.ProcessFile();
 }
Example #2
0
 public ProfileViewModel()
 {
     Profile   = new ServerProfileNew("Server");
     ServerCfg = Profile.ServerCfg;
     ServerCfg.ServerCfgContent = ServerCfg.ProcessFile();
 }