Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DataConsumer"/> class.
 /// </summary>
 /// <param name="viewModel">The view model used to log data received over wire.</param>
 internal DataConsumer(ConsumerViewModel viewModel)
 {
     m_ViewModel = viewModel;
 }