コード例 #1
0
ファイル: RecordingSession.cs プロジェクト: CarverLab/Oyster
 public Notes AllVisibleNotes(OCL.User AccessingUser)
 {
     OCL.Functions F = new OCL.Functions();
     OCL.Notes CN = F.GetNotes(AccessingUser,this);
     return CN;
 }