BridgeDesign.RemoteButton.RemoteButton C# (CSharp) Method

RemoteButton() public method

public RemoteButton ( EntertainmentDevice device ) : System.Collections
device EntertainmentDevice
return System.Collections
        public RemoteButton(EntertainmentDevice device)
        {
            this.device = device;
        }