Opentk/Source/Bind/IBind.cs

13 lines
200 B
C#
Raw Normal View History

2007-08-01 11:27:57 +02:00
using System;
using System.Collections.Generic;
using System.Text;
namespace Bind
{
interface IBind
{
//ISpecReader SpecReader { get; }
void Process();
}
}