C# Class SIL.FieldWorks.XWorks.LexText.Db4oSendReceiveDialog

Inheritance: System.Windows.Forms.Form
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
Db4oSendReceiveDialog ( ) : System
SetDialogCaption ( ) : void
SetDialogMessage ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void
linkLabel1_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Method Details

Db4oSendReceiveDialog() public method

public Db4oSendReceiveDialog ( ) : System
return System

Dispose() protected method

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

SetDialogCaption() public method

public SetDialogCaption ( ) : void
return void

SetDialogMessage() public method

public SetDialogMessage ( ) : void
return void