ClassTest.cs
//This script demonstrates how to define a class. class Test { public void Output(string text) { Println(text); Log.Status(text); } } |
Created with the Personal Edition of HelpNDoc: Easily create Web Help sites
//This script demonstrates how to define a class. class Test { public void Output(string text) { Println(text); Log.Status(text); } } |
Created with the Personal Edition of HelpNDoc: Easily create Web Help sites