コード例 #1
0
 public ResourcePresentationList()
 {
     PlayoutId     = RplPlayoutId.GenerateNewId();
     ReelResources = new ReelResources();
 }
コード例 #2
0
 public ResourcePresentationList(string inputUrl)
 {
     PlayoutId     = RplPlayoutId.GenerateNewIdFromString(inputUrl);
     ReelResources = new ReelResources();
 }