示例#1
0
 public bool ShouldContinue(string query, string caption, ref bool yesToAll, ref bool noToAll)
 {
     if (CanCallHost)
     {
         return(_hostApi.ShouldContinue(query, caption, ref yesToAll, ref noToAll));
     }
     return(false);
 }