﻿#pragma once
#include <ppl.h>

namespace SignoSoftNative
{
	
    public ref class SignPad sealed
    {
    public:
		Platform::String^ Start(Platform::String^ input);
    };
}
