Beispiel #1
0
 internal void OnSendEditProfileCommandHandler(string path)
 {
     Persona     persona = Persons.Where(pers => pers.ProfilePath == path).FirstOrDefault();
     AddProfiler ap      = new AddProfiler(this, persona);
 }
Beispiel #2
0
 private void AddProfile()
 {
     AddProfiler ap = new AddProfiler(this);
 }