Esempio n. 1
0
 public bool IsInteractive()
 {
     if (CanCallHost)
     {
         return(_hostApi.IsInteractive());
     }
     return(false);
 }
Esempio n. 2
0
 public bool IsInteractive()
 {
     return(_hostApi.IsInteractive());
 }