AcManager.Pages.Drive.Rsr.ScriptProvider.SetEventId C# (CSharp) Method

SetEventId() public method

public SetEventId ( string value ) : void
value string
return void
            public void SetEventId(string value) {
                Sync(() => {
                    _model.EventId = value;
                });
            }
        }