Beispiel #1
0
 void UICalendar_SelectEvent(object sender, Event e)
 {
     if (e != null)
     {
         UIViewPlaylist.Event = e;
         UIViewPlaylist.showPlaylist();
     }
 }
Beispiel #2
0
 void UICalendar_LinkEvent(object sender, Event e)
 {
     if (e != null)
     {
         UIViewPlaylist.Event = e;
         UIViewPlaylist.showViewInput();
     }
 }