Beispiel #1
0
        public void Usage()
        {
            SendCommandViewModel sendCommandViewModel = new SendCommandViewModel(new Cinch.TestUIVisualizerService());

            Assert.That(sendCommandViewModel, Is.Not.Null);
        }
 public SendCommandView()
 {
     DataContext = new SendCommandViewModel();
     InitializeComponent();
 }