AVaRICEDebugPackage.UsbDriverInstallProgressForm.UsbDriverInstallProgressForm C# (CSharp) Method

UsbDriverInstallProgressForm() private method

private UsbDriverInstallProgressForm ( Process process, string deviceName, string driverName ) : System
process Process
deviceName string
driverName string
return System
        UsbDriverInstallProgressForm(Process process, string deviceName, string driverName)
        {
            InitializeComponent();
            _Process = process;
            lblDriver.Text = driverName;
            lblDevice.Text = deviceName;
        }