ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
View Changeset
|
Root Listing
root
/
RomCheater
/
trunk
/
RomCheater
/
Serialization
/
SearchResultsConstants.cs
Revision:
448
Committed:
Sun Jun 2 20:22:04 2013 UTC
(10 years, 4 months ago) by
william
File size:
264 byte(s)
Log Message:
File Contents
#
Content
1
using
System
;
2
using
System.Collections.Generic
;
3
using
System.Linq
;
4
using
System.Text
;
5
6
namespace
RomCheater.Serialization
7
{
8
internal
class
SearchResultsConstants
9
{
10
internal
const
string
SearchResultsFolder
=
"SearchResults"
;
11
}
12
}