C# 클래스 PluginInterface.DBFilesClient

파일 보기 프로젝트 열기: tomrus88/dbcviewer 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Load ( string path ) : DBFilesClient
Save ( DBFilesClient db ) : void

메소드 상세

Load() 공개 정적인 메소드

public static Load ( string path ) : DBFilesClient
path string
리턴 DBFilesClient

Save() 공개 정적인 메소드

public static Save ( DBFilesClient db ) : void
db DBFilesClient
리턴 void