public void SetUp() { dialogService = new Mock<IDialogService>(); viewModel = new NonModalDialogTabContentViewModel(dialogService.Object); }
public NonModalDialogTabItemViewModel(NonModalDialogTabContentViewModel content) { this.content = content; }
public void SetUp() { dialogService = new Mock <IDialogService>(); viewModel = new NonModalDialogTabContentViewModel(dialogService.Object); }