C# 클래스 FileFind.Meshwork.GtkClient.FileSelector

상속: Gtk.FileChooserDialog
파일 보기 프로젝트 열기: codebutler/meshwork 1 사용 예제들

공개 메소드들

메소드 설명
CommonSetup ( ) : void
FileSelector ( ) : System
FileSelector ( string title ) : System
FileSelector ( string title, FileChooserAction action ) : System
OnCurrentFolderChanged ( object o, EventArgs args ) : void

메소드 상세

CommonSetup() 공개 메소드

public CommonSetup ( ) : void
리턴 void

FileSelector() 공개 메소드

public FileSelector ( ) : System
리턴 System

FileSelector() 공개 메소드

public FileSelector ( string title ) : System
title string
리턴 System

FileSelector() 공개 메소드

public FileSelector ( string title, FileChooserAction action ) : System
title string
action FileChooserAction
리턴 System

OnCurrentFolderChanged() 공개 메소드

public OnCurrentFolderChanged ( object o, EventArgs args ) : void
o object
args System.EventArgs
리턴 void