LgBackLight.DeviceEventArgs.DeviceEventArgs C# (CSharp) 메소드

DeviceEventArgs() 공개 메소드

public DeviceEventArgs ( string devicePath ) : System
devicePath string
리턴 System
        public DeviceEventArgs(string devicePath)
        {
            DevicePath = devicePath;
        }
DeviceEventArgs