| 123456789101112131415161718 |
- // System.ComponentModel.Design.ISelectionService.cs
- //
- // Author:
- // Alejandro Sánchez Acosta <[email protected]>
- //
- // (C) Alejandro Sánchez Acosta
- //
- using System.Runtime.InteropServices;
- namespace System.ComponentModel.Design
- {
- [ComVisible(true)]
- public interface ISelectionService
- {
- }
- }
|