C# Class Com.Aote.ObjectTools.FileConfigObj

Inheritance: CustomTypeHelper, IAsyncObject
Show file Open project: DuBin1988/restv2

Public Properties

Property Type Description
isBusy bool

Public Methods

Method Description
Load ( ) : void
OnCompleted ( AsyncCompletedEventArgs args ) : void

Method Details

Load() public method

public Load ( ) : void
return void

OnCompleted() public method

public OnCompleted ( AsyncCompletedEventArgs args ) : void
args System.ComponentModel.AsyncCompletedEventArgs
return void

Property Details

isBusy public property

是否正忙于工作
public bool isBusy
return bool