AirPic.Action.ActionViewController.ActionViewController C# (CSharp) Méthode

ActionViewController() public méthode

public ActionViewController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System
        public ActionViewController(IntPtr handle)
            : base(handle)
        {
            // enable browsing asap... as it might take a bit of time to get the devices from the network
            AirPlayBrowser.Enabled = true;
        }