BridgeDesign.RemoteButton.RemoteButton C# (CSharp) Метод

RemoteButton() публичный Метод

public RemoteButton ( EntertainmentDevice device ) : System.Collections
device EntertainmentDevice
Результат System.Collections
        public RemoteButton(EntertainmentDevice device)
        {
            this.device = device;
        }