mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-15 04:33:31 +08:00
15 lines
261 B
C++
15 lines
261 B
C++
// AVSOfficeHtmlFileTest.cpp : Defines the entry point for the console application.
|
|
//
|
|
|
|
#include "stdafx.h"
|
|
#include <ObjBase.h>
|
|
#include "Test.h"
|
|
|
|
|
|
int wmain(int argc, wchar_t* argv[])
|
|
{
|
|
Test::Docx2Html();
|
|
// Test::Html2Docx();
|
|
|
|
return 0;
|
|
} |