C# 클래스 GtkForm.DemoMain

파일 보기 프로젝트 열기: mono/uia2atk

공개 메소드들

메소드 설명
DemoMain ( ) : System
Main ( string args ) : void

비공개 메소드들

메소드 설명
AddTextBoxClicked ( object o, EventArgs args ) : void
AddTreeViewColumn ( Gtk treeView, int i, string name ) : void
AddTreeViewColumn ( Gtk treeView, int i, string name, bool toggle ) : void
Button1Clicked ( object o, EventArgs args ) : void
Button4Clicked ( object o, EventArgs args ) : void
RemoveTextBoxClicked ( object o, EventArgs args ) : void
WindowDelete ( object o, Gtk.DeleteEventArgs args ) : void
btnRunClicked ( object o, EventArgs args ) : void

메소드 상세

DemoMain() 공개 메소드

public DemoMain ( ) : System
리턴 System

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void