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

            InitializeComponent();

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

            InitializeComponent();

            Group = @"";

            this.DataContext = this;
        }