Example #1
0
 public DVCore(DoubleVisionForm owner)
 {
     lst_dvf_FileList = new List<DVFile>();
     m_hashtableResults = new System.Collections.Hashtable();
     que_str_Locations = new Queue<String>();
     dvf_Form = owner;
 }
Example #2
0
 public DVCore(String folderlocation, DoubleVisionForm owner)
     : this(owner)
 {
     que_str_Locations.Enqueue(folderlocation);
 }