Basic ScreenNetEvaluation
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include "ScreenNetEvaluation.h"
|
||||
|
||||
ScreenNetEvaluation::ScreenNetEvaluation (const CString & sClassName) : ScreenEvaluation( sClassName )
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
#include "global.h"
|
||||
#include "Screen.h"
|
||||
#include "ScreenEvaluation.h"
|
||||
|
||||
class ScreenNetEvaluation: public ScreenEvaluation
|
||||
{
|
||||
public:
|
||||
ScreenNetEvaluation (const CString & sClassName);
|
||||
};
|
||||
Reference in New Issue
Block a user