Beispiel #1
0
 public PressureTandConverter()
 {
     WeaterAppInput = WeaterAppInput.WeaterApp;
 }
Beispiel #2
0
 public Command(WeaterAppInput weaterAppInput)
 {
     WeaterAppInput = weaterAppInput;
 }
 public SearchCommand(WeaterAppInput weaterAppInput)
 {
     WeaterAppInput = weaterAppInput;
 }