Esempio n. 1
0
 void Handle(Input.Choose action)
 {
     this.ParentPage.PersonName  = this.Name;
     this.ParentPage.FirstName   = this.Data.FirstName;
     this.ParentPage.LastName    = this.Data.LastName;
     this.ParentPage.Data.WhatIs = this.Data;
     this.ParentPage.FoundPersons.Clear();
 }
 void Handle(Input.Choose action)
 {
     Label = "!";
 }