UseClassTest.cs
//This script demonstrates how to use the class defined in another file. Import("ClassTest.cs"); Test test_object = new Test(); test_object.Output("This is test message"); |
Created with the Personal Edition of HelpNDoc: Free Qt Help documentation generator