LgBackLight.DeviceEventArgs.DeviceEventArgs C# (CSharp) Méthode

DeviceEventArgs() public méthode

public DeviceEventArgs ( string devicePath ) : System
devicePath string
Résultat System
        public DeviceEventArgs(string devicePath)
        {
            DevicePath = devicePath;
        }
DeviceEventArgs