/// <summary>
 ///     Initializes a new instance of the <see cref="ManageListsTabView" /> class.
 /// </summary>
 /// <param name="vm">
 ///     The vm.
 /// </param>
 public ManageListsTabView(ManageListsViewModel vm)
 {
     InitializeComponent();
     DataContext = vm;
 }
示例#2
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="ManageListsTabView" /> class.
 /// </summary>
 /// <param name="vm">
 ///     The vm.
 /// </param>
 public ManageListsTabView(ManageListsViewModel vm)
 {
     InitializeComponent();
     DataContext = vm;
 }