Ejemplo n.º 1
0
        public override void OnLoggedUpdate(XmlElement xmlKeys)
        {
            base.OnLoggedUpdate(xmlKeys);

            if (MainWindow != null)
            {
                new NSObject().InvokeOnMainThread(() =>
                {
                    MainWindow.LoggedUpdate(xmlKeys);
                });
            }
        }