AcManager.Tools.Helpers.AcSettings.AcSettingsHolder.AppsPresetsInner.InvokeChanged C# (CSharp) Method

InvokeChanged() public method

public InvokeChanged ( ) : void
return void
            public void InvokeChanged() {
                if (_python == null || _forms == null) return;
                Changed?.Invoke(this, EventArgs.Empty);
            }