Exemplo n.º 1
0
        public AddContact()
        {
            okEnabler = new OkEnabler(this);

            InitializeComponent();

            this.DataContext = new Result();
        }
Exemplo n.º 2
0
        public NewGroup()
        {
            okEnabler = new OkEnabler(this);

            InitializeComponent();

            Group = @"";

            this.DataContext = this;
        }