コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DomainModelResolveView"/> class.
 /// </summary>
 public DomainModelResolveView()
 {
     InitializeComponent();
     DataContext = new InteractionRequestAwareBase();
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MessageHandlerItemView"/> class.
 /// </summary>
 public MessageHandlerItemView()
 {
     DataContext = new InteractionRequestAwareBase();
     InitializeComponent();
 }
コード例 #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DataSetItemView"/> class.
 /// </summary>
 public DataSetItemView()
 {
     DataContext = new InteractionRequestAwareBase();
     InitializeComponent();
 }