public AddContact() { okEnabler = new OkEnabler(this); InitializeComponent(); this.DataContext = new Result(); }
public NewGroup() { okEnabler = new OkEnabler(this); InitializeComponent(); Group = @""; this.DataContext = this; }