예제 #1
0
파일: Oyster.cs 프로젝트: CarverLab/Oyster
 /// <summary>
 /// Creates a OCL.Scene Object
 /// </summary>
 /// <param name="AccessingUser"></param>
 /// <param name="Description"></param>
 /// <param name="VideoStorageServerId"></param>
 /// <returns>Newly create OCL.Scene object if successful</returns>
 public OCL.Scene CreateAScene(OCL.User AccessingUser,string Description, int VideoStorageServerId)
 {
     OCL.Functions F = new Functions();
     return F.CreateScene(AccessingUser,Description,VideoStorageServerId);
 }