Files
Sdaleo/Systems/CTree/General.cs

13 lines
183 B
C#

#if CTREE
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Sdaleo.Systems.CTree
{
class General
{
}
}
#endif