C# 클래스 ACAT.Extensions.Default.UI.Dialogs.AboutBoxForm

상속: System.Windows.Forms.Form, IDialogPanel, IExtension
파일 보기 프로젝트 열기: brlima94/acat-localization

공개 메소드들

메소드 설명
AboutBoxForm ( string titleText ) : System

Initializes a new instance of the class.

GetInvoker ( ) : ACAT.Lib.Core.Extensions.ExtensionInvoker

Returns the extension invoker object

OnButtonActuated ( ACAT.Lib.Core.WidgetManagement.Widget widget ) : void

Triggered when a widget is actuated.

OnPause ( ) : void

Pause the scanner

OnResume ( ) : void

Resume paused scanner

OnRunCommand ( string command, bool &handled ) : void

Handles the command. There is only the OK button that we have to handle

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

Release resources

비공개 메소드들

메소드 설명
Form_Closing ( object sender, FormClosingEventArgs e ) : void

Form is closing. Release resources

Form_Load ( object sender, EventArgs e ) : void

Form loader handler

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

updateUserProfileInfo ( ) : void

Updates user/profile info on the form

메소드 상세

AboutBoxForm() 공개 메소드

Initializes a new instance of the class.
public AboutBoxForm ( string titleText ) : System
titleText string
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

GetInvoker() 공개 메소드

Returns the extension invoker object
public GetInvoker ( ) : ACAT.Lib.Core.Extensions.ExtensionInvoker
리턴 ACAT.Lib.Core.Extensions.ExtensionInvoker

OnButtonActuated() 공개 메소드

Triggered when a widget is actuated.
public OnButtonActuated ( ACAT.Lib.Core.WidgetManagement.Widget widget ) : void
widget ACAT.Lib.Core.WidgetManagement.Widget Which one triggered?
리턴 void

OnFormClosing() 보호된 메소드

Release resources
protected OnFormClosing ( FormClosingEventArgs e ) : void
e System.Windows.Forms.FormClosingEventArgs closing argument
리턴 void

OnPause() 공개 메소드

Pause the scanner
public OnPause ( ) : void
리턴 void

OnResume() 공개 메소드

Resume paused scanner
public OnResume ( ) : void
리턴 void

OnRunCommand() 공개 메소드

Handles the command. There is only the OK button that we have to handle
public OnRunCommand ( string command, bool &handled ) : void
command string command to execute
handled bool was it handled?
리턴 void