public void SetDelegates(GetTextDelegate getFunction, SetTextDelegate setFunction, GetBreakPointsDelegate breakpointFunction) { m_GetSourceCode = getFunction; m_SetSourceCode = setFunction; m_GetBreakPoints = breakpointFunction; }