com.vtcsecure.ace.windows.CustomControls.UnifiedSettings.SettingsWindow.SetCallControl C# (CSharp) Method

SetCallControl() private method

private SetCallControl ( CallViewCtrl callControl ) : void
callControl CallViewCtrl
return void
        private void SetCallControl(CallViewCtrl callControl)
        {
            _callControl = callControl;
            TextSettings.CallControl = _callControl;
            //            AudioSettings.CallControl = _callControl;
            GeneralSettings.CallControl = _callControl;
        }