修改时间容器前

This commit is contained in:
2022-06-20 03:10:33 +08:00
parent ff48fc1d25
commit e17ffc3965
9 changed files with 116 additions and 73 deletions

16
test/Main.h Normal file
View File

@@ -0,0 +1,16 @@
#pragma once
class Main
{
public:
Main();
void OpenConsole();//¿ªÆô¿ØÖÆÌ¨
void Validation();//ÑéÖ¤
void Run();
};