コード例 #1
0
ファイル: Pubnub.cs プロジェクト: jddebruin/c-sharp-Temp
 public void ChangeUUID(string newUUID)
 {
     pubnub.ChangeUUID(newUUID);
 }