Search found 1 match

by kmann
Sat May 02, 2009 8:16 am
Forum: Examples (API)
Topic: C# class for doing the basics.
Replies: 6
Views: 37025

C# class for doing the basics.

Here is a core class I just wrote that should handle many basics. Parts were taken from two posts. Post1 Post2 These bits of code are actually part of something I wrote this morning and may be something others wish to use or it may help them. edit: many edits for cleaning code up. using System; usin...