ISelectionService.cs 304 B

123456789101112131415161718
  1. // System.ComponentModel.Design.ISelectionService.cs
  2. //
  3. // Author:
  4. // Alejandro Sánchez Acosta <[email protected]>
  5. //
  6. // (C) Alejandro Sánchez Acosta
  7. //
  8. using System.Runtime.InteropServices;
  9. namespace System.ComponentModel.Design
  10. {
  11. [ComVisible(true)]
  12. public interface ISelectionService
  13. {
  14. }
  15. }