Inheritance: IMobileBrowser
示例#1
0
 public MobileDeviceDummy()
     : base(ConnectionType.Direct, "")
 {
     Browser = new MobileBrowserDummy();
 }