C# Class SS.Ynote.Classic.Core.Project.YnoteProject

Structure of a Ynote Project
Mostra file Open project: samarjeet27/ynoteclassic Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Load ( string file ) : YnoteProject

Loads a Project

Save ( string file ) : void

Saves the Project

Method Details

Load() public static method

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

Save() public method

Saves the Project
public Save ( string file ) : void
file string
return void