Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PartIBindingFactory"/> class.
 /// </summary>
 /// <param name="viewModel">The view model used to log data received over wire.</param>
 internal PartIBindingFactory(ConsumerViewModel viewModel)
 {
     _logger.EnteringMethodBinding();
     _ViewModel = viewModel;
 }