Exemplo n.º 1
0
 public SearchContact()
 {
     this.InitializeComponent();
     _service = new SQLiteContactService();
 }
Exemplo n.º 2
0
 public AddContact()
 {
     this.InitializeComponent();
     this._service = new SQLiteContactService();
 }