Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1452 chris 1
using System;
2
using System.Collections.Generic;
3
using System.Text;
4
 
5
namespace OpenTK.Platform.Dummy
6
{
7
    class DummyWindowInfo : IWindowInfo
8
    {
9
        #region IDisposable Members
10
 
11
        public void Dispose()
12
        {
13
        }
14
 
15
        #endregion
16
    }
17
}