/// <summary> /// Initializes a new instance of the <see cref="QANewsChannelView"/> class. /// </summary> /// <param name="viewModel">The view model.</param> public QANewsChannelView(QANewsChannelViewModel viewModel) : this() { Guard.ArgumentNotNull(viewModel, "viewModel"); this.DataContext = viewModel; }