예제 #1
0
 // Constructor. Gets the device data and the ViewController
 public TableSourceServerDiscovery(NSMutableArray services,
                                   UITableViewControllerServerDiscovery owner)
 {
     this.services = services;
     this.owner    = owner;
 }
예제 #2
0
 public ServerDelegate(Hestia.Frontend.Local.UITableViewControllerServerDiscovery parent)
 {
     Services    = new NSMutableArray(0);
     Searching   = false;
     this.parent = parent;
 }