コード例 #1
0
        public AddContact()
        {
            okEnabler = new OkEnabler(this);

            InitializeComponent();

            this.DataContext = new Result();
        }
コード例 #2
0
ファイル: NewGroup.xaml.cs プロジェクト: KhaledSMQ/SipServer
        public NewGroup()
        {
            okEnabler = new OkEnabler(this);

            InitializeComponent();

            Group = @"";

            this.DataContext = this;
        }