Quit() public method

public Quit ( ) : void
return void
示例#1
0
 void OnClose(object o, EventArgs args)
 {
     app.Quit();
 }