Example #1
0
 public bool IsWfdbPathCorrect(string path)
 {
     try
     {
         return(WfdbLocalFilesManager.IsWfdbPathCorrect(path));
     }
     catch
     {
         throw;
     }
 }
Example #2
0
 /// <summary>
 /// Create a new instance of ZedGraphForWfdbControl
 /// </summary>
 public WfdbToZedGraphBinder()
 {
     this.pathsManager = new WfdbLocalFilesManager(this);
     records           = new List <WfdbRecordWraper>();
 }