C# Class Presently.Forms.AppConfig

Show file Open project: intridea/presently-winmo Class Usage Examples

Public Methods

Method Description
AppConfig ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes resources used by the form.

Private Methods

Method Description
CreateLabel ( string text, int x, int y, int width, int height ) : Label
CreateTextBox ( string text, int x, int y, int width, int height ) : TextBox
HandleSaveButtonClick ( object o, EventArgs ea ) : void
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

ShowErrorMessage ( string title, string message ) : void

Method Details

AppConfig() public method

public AppConfig ( ) : System
return System

Dispose() protected method

Disposes resources used by the form.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void