ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
View Changeset
|
Root Listing
root
/
gr2lib
/
trunk
/
gr2lib
/
core
/
shared
/
sharedio.cs
Revision:
48
Committed:
Thu Jul 15 07:38:45 2010 UTC
(12 years, 6 months ago) by
william
File size:
207 byte(s)
Log Message:
add internal shared data struct
File Contents
#
Content
1
using
System
;
2
using
System.Collections.Generic
;
3
using
System.Text
;
4
5
namespace
gr2lib.core
6
{
7
internal
struct
sharedio
8
{
9
internal
const
string
granny_dll
=
"granny2.dll"
;
10
}
11
}