Inheritance: INotifyPropertyChanged
コード例 #1
0
 public ConnectionDialog(IConnectionInfo cxInfo)
 {
     DataContext = _properties = new ConnectionProperties(cxInfo);
     InitializeComponent();
 }
コード例 #2
0
 public ConnectionDialog(IConnectionInfo cxInfo) {
   DataContext = _properties = new ConnectionProperties(cxInfo);
   InitializeComponent();
 }