提交 e0c086e8 编写于 作者: 泡沫o0's avatar 泡沫o0 🤖

Upload New File

上级 34affcf7
#ifndef OPERATIONMANGGAER_H
#define OPERATIONMANGGAER_H
#include <iostream>
#include <qglobal.h>
class OpeartionMangaer
{
public:
virtual int ScreenOperation(bool) = 0;
virtual int PoweroffOperation(int) = 0;
virtual ~OpeartionMangaer() {};
};
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册