ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/branches/anywherets.r2.sourceforge/CSDLL/ATSSupport.cs
Revision: 5
Committed: Wed Jul 11 15:09:09 2012 UTC (10 years, 10 months ago) by william
File size: 212 byte(s)
Log Message:
Created branch: anywherets.r2.sourceforge
Snapshot of: https://anywherets.svn.sourceforge.net/svnroot/anywherets/trunk/
at Revision 2

File Contents

# Content
1 using System;
2 using System.Collections.Generic;
3 using System.Text;
4
5 namespace AnywhereTS
6 {
7 // Support class that can be used both in VB and c#.
8 public static class ATSSupport
9
10 {
11
12 }
13 }