Пример #1
0
 private void Awake()
 {
     PRESENTATION.INIT(palette.ToArray(), GL_MAT);
     PREZ = new PRESENTATION(new SCREEN_1_WELCOME(), new SCREEN_2_DRAWING(), new SCREEN_3_GRIDS(), new SCREEN_4_GRAPHS(), new SCREEN_5_MORE_FUN(), new SCREEN_EXAMPLE1(), new SCREEN_EXAMPLE2());
 }
Пример #2
0
 public string Add_event_presentation(PRESENTATION presentation)
 {
     return(new Events().Add_event_presentation(presentation));
 }
Пример #3
0
 public string delete_presentation(PRESENTATION presentation)
 {
     return(new Events().Delete_Presentation(presentation));
 }
Пример #4
0
 public string Update_Presentation(PRESENTATION presentation)
 {
     return(new Events().Update_Presentation(presentation));
 }
Пример #5
0
 public PRESENTATION select_presentation_event(PRESENTATION presentation)
 {
     return(new Events().select_presentation_event(presentation));
 }