ATMLCommonLibrary.controls.driver.DriverUnifiedControl.ControlsToData C# (CSharp) 메소드

ControlsToData() 보호된 메소드

protected ControlsToData ( ) : void
리턴 void
        protected void ControlsToData()
        {
            if( _driverUnified == null )
                _driverUnified = new DriverUnified();
            _driverUnified.Bit32 = driverModule32BitControl.DriverModule;
            _driverUnified.Bit64 = driverModule64BitControl.DriverModule;
        }