C# Class DbDictExport.WinForm.Service.LoadingFormService

Mostrar archivo Open project: NeilQ/DbDictExport

Public Methods

Method Description
Close ( ) : void
CloseFrom ( ) : void
Create ( ) : void
CreateForm ( ) : void
SetCaption ( string text ) : void
SetFormCaption ( string text ) : void

Private Methods

Method Description
Dispose ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

CloseFrom() public static method

public static CloseFrom ( ) : void
return void

Create() public method

public Create ( ) : void
return void

CreateForm() public static method

public static CreateForm ( ) : void
return void

SetCaption() public method

public SetCaption ( string text ) : void
text string
return void

SetFormCaption() public static method

public static SetFormCaption ( string text ) : void
text string
return void