AirPic.Action.AirPlaySelectionViewController.Refresh C# (CSharp) Method

Refresh() static private method

static private Refresh ( NSTimer timer ) : void
timer NSTimer
return void
        void Refresh(NSTimer timer)
        {
            devices = AirPlayBrowser.GetDeviceNames ();
            TableView.ReloadData ();
        }