Exemplo n.º 1
0
 public locSearchPresenter(ILocSearch ISearch)
 {
     if (ISearch != null)
     {
         ILocation = ISearch;
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// constructor
 /// </summary>
 public nearbyPointPresenter(ILocSearch ISearch)
 {
     if (ISearch != null)
     {
         ILocation = ISearch;
     }
 }