| 12345678910111213141516171819202122232425 |
- //
- // System.Windows.Forms.Design.AxWrapperGen.cs
- //
- // Author:
- // Gert Driesen ([email protected])
- //
- // (C) 2004 Novell
- //
- using System.Collections;
- namespace System.Windows.Forms.Design
- {
- public class AxWrapperGen
- {
- [MonoTODO]
- public AxWrapperGen (Type axType)
- {
- throw new NotImplementedException ();
- }
- [MonoTODO]
- public static ArrayList GeneratedSources = new ArrayList ();
- }
- }
|