예제 #1
0
 /// <summary>
 /// Gets all of the MantaEvents that Manta knows about.
 /// </summary>
 /// <returns>Collection of MantaEvent objects.</returns>
 internal IList <MantaEvent> GetEvents()
 {
     return(EventDB.GetEvents());
 }