C# 클래스 SS.Ynote.Classic.Core.Project.YnoteProject

Structure of a Ynote Project
파일 보기 프로젝트 열기: samarjeet27/ynoteclassic 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Load ( string file ) : YnoteProject

Loads a Project

Save ( string file ) : void

Saves the Project

메소드 상세

Load() 공개 정적인 메소드

Loads a Project
public static Load ( string file ) : YnoteProject
file string
리턴 YnoteProject

Save() 공개 메소드

Saves the Project
public Save ( string file ) : void
file string
리턴 void