Ejemplo n.º 1
0
        public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions)
        {
            App.Initialize();
            MDNSServicePublisher m = new MDNSServicePublisher();



            return(true);
        }
Ejemplo n.º 2
0
        public AboutViewModel()
        {
            Title = "About";

            OpenWebCommand = new Command(() => {
                Plugin.Share.CrossShare.Current.OpenBrowser("https://xamarin.com/platform");
                MDNSServicePublisher m = new MDNSServicePublisher();
            });
        }
Ejemplo n.º 3
0
 private void start()
 {
     var sP = new MDNSServicePublisher();
 }