You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TwoLaserHead-PushJig/LaiPuLaser/WorkCmdPciPortSwitch.h

18 lines
428 B
C

#pragma once
#include "workcmd.h"
//pci <20>˿ڵĿ<DAB5><C4BF><EFBFBD>ָ<EFBFBD><D6B8>
class CWorkCmdPciPortSwitch :public CWorkCmd
{
public:
CWorkCmdPciPortSwitch(CString CtrlContent,bool bOpen);
~CWorkCmdPciPortSwitch(void);
virtual bool Excute();
virtual void WirteLog();
void SetPar(CString CtrlContent,bool b);
private:
bool m_bOpen;//<2F>򿪻<EFBFBD><F2BFAABB>߹ر<DFB9>
CString m_CtrlContent;//<2F><><EFBFBD>Ƶ<EFBFBD><C6B5><EFBFBD><EFBFBD><EFBFBD>
};