1
0

ImportLibMixed.cxx 136 B

12345678
  1. using namespace System;
  2. public
  3. ref class ImportLibMixed
  4. {
  5. public:
  6. static void Message() { Console::WriteLine("ImportLibMixed"); }
  7. };