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