BTool.DeviceTabsForm.GetBondingEnabled C# (CSharp) Method

GetBondingEnabled() private method

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