Example #1
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="ChatWrapperView" /> class.
 /// </summary>
 /// <param name="vm">
 ///     The vm.
 /// </param>
 public ChatWrapperView(ChatWrapperViewModel vm)
 {
     InitializeComponent();
     DataContext = vm;
 }
 /// <summary>
 ///     Initializes a new instance of the <see cref="ChatWrapperView" /> class.
 /// </summary>
 /// <param name="vm">
 ///     The vm.
 /// </param>
 public ChatWrapperView(ChatWrapperViewModel vm)
 {
     InitializeComponent();
     DataContext = vm;
 }