"Fossies" - the Fresh Open Source Software Archive
Member "FTPRush/scripts/UseClassTest.cs" (5 Mar 2021, 172 Bytes) of package /windows/misc/FTPRush.zip:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C# source code syntax highlighting (style: standard) with prefixed line numbers and code folding option.
Alternatively you can here view or download the uninterpreted source code file.
1 //This script demonstrates how to use the class defined in another file. 2 Import("ClassTest.cs"); 3 Test test_object =newTest(); 4 test_object.Output("This is test message");