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