예제 #1
0
 public XCode(XInterface _Interface, DATA_FORMAT Format)
 {
     m_Code      = COM_CODE.INTERFACE;
     m_Calc      = null;
     m_Format    = Format;
     m_Interface = _Interface;
 }
예제 #2
0
 public XCode(XCalc _Calc, DATA_FORMAT Format)
 {
     m_Code      = COM_CODE.CALC;
     m_Calc      = _Calc;
     m_Format    = Format;
     m_Interface = null;
 }