dokkan-battle-bot/BotZone2.8v1 Android/sqlcipher/vsixtest/MainPage.xaml.h
2019-11-09 20:56:48 +00:00

22 lines
325 B
C++

//
// MainPage.xaml.h
// Declaration of the MainPage class.
//
#pragma once
#include "MainPage.g.h"
namespace vsixtest
{
/// <summary>
/// An empty page that can be used on its own or navigated to within a Frame.
/// </summary>
public ref class MainPage sealed
{
public:
MainPage();
void UseSQLite(void);
};
}