Esempio n. 1
0
 public static SearchProjectForm GetInstance(Control pMDIForm)
 {
     return(_theInstance ?? (_theInstance = new SearchProjectForm(pMDIForm)));
 }
Esempio n. 2
0
 public static SearchProjectForm GetInstance(Control pMDIForm)
 {
     return _theInstance ?? (_theInstance = new SearchProjectForm(pMDIForm));
 }