C# 클래스 SS.Ynote.Classic.Core.RunScript.RunScript

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

공개 메소드들

메소드 설명
Get ( string file ) : RunScript
Run ( ) : void

Runs the Script

Save ( string file ) : void

메소드 상세

Get() 공개 정적인 메소드

public static Get ( string file ) : RunScript
file string
리턴 RunScript

Run() 공개 메소드

Runs the Script
public Run ( ) : void
리턴 void

Save() 공개 메소드

public Save ( string file ) : void
file string
리턴 void