コード例 #1
0
 public static void InitializeCurrent(string remoteUrl)
 {
     Current = new ContentService(remoteUrl);
 }
コード例 #2
0
ファイル: ContentService.cs プロジェクト: joeriks/Tapas
 public static void InitializeCurrent(string remoteUrl)
 {
     Current = new ContentService(remoteUrl);
 }