Beispiel #1
0
 public Test4ViewModel(ITestThing thing)
 {
     this.Thing = thing;
 }
 public Test4ViewModel(ITestThing thing)
 {
     Thing = thing;
 }
Beispiel #3
0
 public Test1ViewModel(ITestThing thing)
 {
     this.Thing = thing;
 }
 public Test1ViewModel(ITestThing thing)
 {
     Thing = thing;
 }