示例#1
0
 public SearchContact()
 {
     this.InitializeComponent();
     _service = new SQLiteContactService();
 }
示例#2
0
 public AddContact()
 {
     this.InitializeComponent();
     this._service = new SQLiteContactService();
 }