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