예제 #1
0
 public IEnumerable <string> GetSources()
 {
     if (CanCallHost)
     {
         return(_hostApi.GetSources());
     }
     return(new string[0]);
 }
예제 #2
0
 public IEnumerable <string> GetSources()
 {
     return(_hostApi.GetSources());
 }