Exemplo n.º 1
0
 protected CObjectInteractions()
 {
     _Backgrounds     = new COrderedDictionaryLite <CBackground>(this);
     _Buttons         = new COrderedDictionaryLite <CButton>(this);
     _Texts           = new COrderedDictionaryLite <CText>(this);
     _Statics         = new COrderedDictionaryLite <CStatic>(this);
     _SelectSlides    = new COrderedDictionaryLite <CSelectSlide>(this);
     _SongMenus       = new COrderedDictionaryLite <ISongMenu>(this);
     _Lyrics          = new COrderedDictionaryLite <CLyric>(this);
     _SingNotes       = new COrderedDictionaryLite <CSingNotes>(this);
     _NameSelections  = new COrderedDictionaryLite <CNameSelection>(this);
     _Equalizers      = new COrderedDictionaryLite <CEqualizer>(this);
     _Playlists       = new COrderedDictionaryLite <CPlaylist>(this);
     _ParticleEffects = new COrderedDictionaryLite <CParticleEffect>(this);
 }