Exemplo n.º 1
0
 public void ShowVCSNotifications(bool showNotification)
 {
     SPCurrency.Call("showVCSNotification", showNotification);
 }
Exemplo n.º 2
0
 public void RequestNewCoins(string credentialsToken, string currencyName, string currencyId)
 {
     SPCurrency.Call("requestNewCoins", credentialsToken, currencyName, currencyId);
 }