コード例 #1
0
ファイル: User.cs プロジェクト: UnholyPrayer/BDSA-E2012
 public Event GetEvent(Event e)
 {
     return Calender.GetEvent(e);
 }
コード例 #2
0
ファイル: Calender.cs プロジェクト: UnholyPrayer/BDSA-E2012
 public Event GetEvent(Event e)
 {
     //...
     return null;
 }
コード例 #3
0
ファイル: Database.cs プロジェクト: UnholyPrayer/BDSA-E2012
 internal static void DeleteEvent(Event toBeDeleted)
 {
     //...
 }
コード例 #4
0
ファイル: Database.cs プロジェクト: UnholyPrayer/BDSA-E2012
 internal static void UpdateEvent(Event current, Event updated)
 {
     //...
 }
コード例 #5
0
ファイル: Database.cs プロジェクト: UnholyPrayer/BDSA-E2012
 internal static void AddEvent(Event e)
 {
     //...
 }