00001 using System;
00002 using System.Collections.Generic;
00003 using System.Text;
00004
00005 namespace OpenTK.Platform.Dummy
00006 {
00007 class DummyWindowInfo : IWindowInfo
00008 {
00009 #region IDisposable Members
00010
00011 public void Dispose()
00012 {
00013 }
00014
00015 #endregion
00016 }
00017 }