AVaRICEDebugPackage.UsbDriverInstallProgressForm.UsbDriverInstallProgressForm C# (CSharp) 메소드

UsbDriverInstallProgressForm() 개인적인 메소드

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