C# Class NekoKun.ProjectManager

Mostra file Open project: NekoProject/NekoKun

Public Methods

Method Description
CreateProject ( string dir, ArchiveFile template ) : string
OpenProject ( string file ) : void

Private Methods

Method Description
Clean ( ) : void

Method Details

CreateProject() public static method

public static CreateProject ( string dir, ArchiveFile template ) : string
dir string
template ArchiveFile
return string

OpenProject() public static method

public static OpenProject ( string file ) : void
file string
return void