BTool.DeviceTabsForm.GetBondingEnabled C# (CSharp) 메소드

GetBondingEnabled() 개인적인 메소드

private GetBondingEnabled ( ) : bool
리턴 bool
        private bool GetBondingEnabled()
        {
            return ckBoxBondingEnabled.Checked;
        }
DeviceTabsForm