Метод | Описание | |
---|---|---|
Fancy_Message_Box ( string text, string title ) : System |
Public Constructor
|
Метод | Описание | |
---|---|---|
OnLoad ( |
Form OnLoad.
|
|
OnPaint ( PaintEventArgs e ) : void |
Form OnPaint.
|
|
OnResize ( |
OnResize.
|
Метод | Описание | |
---|---|---|
BtnClose_Click ( object sender, |
Button Close OnClick.
|
|
GetText ( string text, string title ) : string |
Gets the text.
|
public Fancy_Message_Box ( string text, string title ) : System | ||
text | string | |
title | string | |
Результат | System |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Результат | void |
protected OnResize ( |
||
e | ||
Результат | void |