C# Class OptionsHelper.Options.OptionsBase

显示文件 Open project: AlexandrSurkov/PKStudio Class Usage Examples

Public Methods

Method Description
OnApplyChanges ( ) : bool
OnInitialized ( ) : void

Method Details

OnApplyChanges() public abstract method

public abstract OnApplyChanges ( ) : bool
return bool

OnInitialized() public abstract method

public abstract OnInitialized ( ) : void
return void