public void SetDelegates(GetTextDelegate getFunction, SetTextDelegate setFunction, GetBreakPointsDelegate breakpointFunction)
 {
   m_GetSourceCode = getFunction;
   m_SetSourceCode = setFunction;
   m_GetBreakPoints = breakpointFunction;
 }
Exemplo n.º 2
0
 public void SetDelegates(GetTextDelegate getFunction, SetTextDelegate setFunction, GetBreakPointsDelegate breakpointFunction)
 {
     m_GetSourceCode  = getFunction;
     m_SetSourceCode  = setFunction;
     m_GetBreakPoints = breakpointFunction;
 }