修改时间容器前
This commit is contained in:
16
test/Main.h
Normal file
16
test/Main.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
class Main
|
||||
{
|
||||
|
||||
public:
|
||||
Main();
|
||||
|
||||
|
||||
void OpenConsole();//¿ªÆô¿ØÖÆÌ¨
|
||||
void Validation();//ÑéÖ¤
|
||||
|
||||
|
||||
|
||||
void Run();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user