public LoginPage(IStartSwitch context) : this()
 {
     this.context = context;
 }
Beispiel #2
0
 public DevicePage(IStartSwitch context) : this()
 {
     this.context = context;
 }