#include "ImportLibMixedNative.h"
#include <iostream>
void ImportLibMixedNative::Message()
{
std::cout << "ImportLibMixedNative" << std::endl;
}