Opentk/Source/Bind/IBind.cs
2007-08-01 09:27:57 +00:00

13 lines
200 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Bind
{
interface IBind
{
//ISpecReader SpecReader { get; }
void Process();
}
}