Exemplo n.º 1
0
 public async Task <bool> CanRunRPC(bool tokenTextChanged = false)
 {
     return(await MultiRPCAndCustomLogic.CanRunRPC(tbText1, tbText2, tbSmallText, tbLargeText, tbClientID,
                                                   tokenTextChanged));
 }
Exemplo n.º 2
0
 public async Task <bool> CanRunRPC()
 {
     return(await MultiRPCAndCustomLogic.CanRunRPC(tbText1, tbText2, tbSmallText, tbLargeText));
 }