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()); }
public string Add_event_presentation(PRESENTATION presentation) { return(new Events().Add_event_presentation(presentation)); }
public string delete_presentation(PRESENTATION presentation) { return(new Events().Delete_Presentation(presentation)); }
public string Update_Presentation(PRESENTATION presentation) { return(new Events().Update_Presentation(presentation)); }
public PRESENTATION select_presentation_event(PRESENTATION presentation) { return(new Events().select_presentation_event(presentation)); }