Acme.Sony9Pin.CommandBlocks.Return.DeviceTypeEventArgs.DeviceTypeEventArgs C# (CSharp) Метод

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

Initializes a new instance of the DeviceTypeEventArgs class.
public DeviceTypeEventArgs ( string deviceName ) : System
deviceName string /// The device name. ///
Результат System
        public DeviceTypeEventArgs(string deviceName)
        {
            DeviceName = deviceName;
        }
DeviceTypeEventArgs