Example #1
0
 public static SearchProjectForm GetInstance(Control pMDIForm)
 {
     return(_theInstance ?? (_theInstance = new SearchProjectForm(pMDIForm)));
 }
Example #2
0
 public static SearchProjectForm GetInstance(Control pMDIForm)
 {
     return _theInstance ?? (_theInstance = new SearchProjectForm(pMDIForm));
 }