(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Windows.Forms / WINELib / KeyEventHandler.cs
blobd86cf733bd122e9efaca0131a024e288c48975f7
1 //
2 // System.Windows.Forms.KeyEventHandler.cs
3 //
4 // Author:
5 // Dennis hayes (dennish@raytek.com)
6 //
7 // (C) 2002 Ximian, Inc. http://www.ximian.com
8 //
10 namespace System.Windows.Forms {
11 //[Serializable]
12 public delegate void KeyEventHandler (
13 object sender,
14 KeyEventArgs e