项目添加引用了DLL
using TLib;public class video:TLib.Capture
{
    #region _DCapture 成员
    public short StartPre()
    {
        throw new Exception("The method or operation is not implemented.");
    }    #endregion
}
在PAGE_LOAD里我如何调用控件CAB的StartPre()事件?
谢谢