#pragma once

using namespace VoiceRecognizer;

ref struct CS
{
	static Recognizer^ recognizer = gcnew Recognizer();
};


