예제 #1
0
파일: Test.cs 프로젝트: Atlinx/WAT-Mono
 public static Test CreateInstance(CSharpScript script)
 {
     return((Test)script.New());
 }