Ejemplo n.º 1
0
        public string StopVideoSave(int handle)
        {
            MyLog4Net.Container.Instance.Log.DebugWithDebugView("BaseOCX  StopVideoSave handle:" + handle);

            m_videoExport.DelExport(handle);
            MyLog4Net.Container.Instance.Log.DebugWithDebugView("BaseOCX  StopVideoSave ret");
            return(MakeRetMsg(LVErrorType.No_Error, ""));
        }
Ejemplo n.º 2
0
 public string StopVideoSave(int handle)
 {
     m_videoExport.DelExport(handle);
     return(MakeRetMsg(LVErrorType.No_Error, ""));
 }