Exemplo n.º 1
0
        public override void ViewDidLoad()
        {
            base.ViewDidLoad();
            autoServerDiscovery = new AutoServerDicovery(this);
            services            = autoServerDiscovery.GetServices();

            int count = (int)services.Count;

            // Contains methods that describe behavior of table
            TableView.Source = new TableSourceServerDiscovery(services, this);
        }
Exemplo n.º 2
0
 public void Setup()
 {
     discoverer = new AutoServerDicovery(new UITableViewControllerServerDiscovery(new System.IntPtr()));
     Assert.IsNotNull(discoverer);
 }