Method | Description | |
---|---|---|
ATMLErrorForm ( |
||
ATMLErrorForm ( String title, String message, string note = null ) : System | ||
ShowError ( |
||
ShowValidationMessage ( string title, string message, string note = null ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnPrint_Click ( object sender, |
public ATMLErrorForm ( |
||
e | ||
return | System |
public ATMLErrorForm ( String title, String message, string note = null ) : System | ||
title | String | |
message | String | |
note | string | |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public static ShowError ( |
||
e | ||
return | void |
public static ShowValidationMessage ( string title, string message, string note = null ) : void | ||
title | string | |
message | string | |
note | string | |
return | void |