Beispiel #1
0
        public AddContact()
        {
            okEnabler = new OkEnabler(this);

            InitializeComponent();

            this.DataContext = new Result();
        }
Beispiel #2
0
        public NewGroup()
        {
            okEnabler = new OkEnabler(this);

            InitializeComponent();

            Group = @"";

            this.DataContext = this;
        }