예제 #1
0
파일: Global.cs 프로젝트: Denisov111/Switch
 internal void OnSendEditProfileCommandHandler(string path)
 {
     Persona     persona = Persons.Where(pers => pers.ProfilePath == path).FirstOrDefault();
     AddProfiler ap      = new AddProfiler(this, persona);
 }
예제 #2
0
파일: Global.cs 프로젝트: Denisov111/Switch
 private void AddProfile()
 {
     AddProfiler ap = new AddProfiler(this);
 }