예제 #1
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="ChannelTabView" /> class.
 /// </summary>
 /// <param name="vm">
 ///     The vm.
 /// </param>
 public ChannelTabView(ChannelsTabViewModel vm)
 {
     InitializeComponent();
     DataContext = vm;
     this.vm     = vm;
 }
 /// <summary>
 ///     Initializes a new instance of the <see cref="ChannelTabView" /> class.
 /// </summary>
 /// <param name="vm">
 ///     The vm.
 /// </param>
 public ChannelTabView(ChannelsTabViewModel vm)
 {
     InitializeComponent();
     DataContext = vm;
 }