Constants.cs 210 B

123456789
  1. using System.Runtime.InteropServices;
  2. namespace WinSCP
  3. {
  4. internal static class Constants
  5. {
  6. public const ClassInterfaceType ClassInterface = ClassInterfaceType.AutoDispatch;
  7. }
  8. }