| 12345678910111213141516 |
- // System.ComponentModel.Design.DesignerTransactionCloseEventHandler.cs
- //
- // Author:
- // Alejandro Sánchez Acosta <[email protected]>
- //
- // (C) Alejandro Sánchez Acosta
- //
- using System.Runtime.InteropServices;
- namespace System.ComponentModel.Design
- {
- [Serializable]
- [ComVisible(true)]
- public delegate void DesignerTransactionCloseEventHandler (object sender, DesignerTransactionCloseEventArgs e);
- }
|