Example #1
0
        bool LoadEvents6()
        {
            bool ret = true;

            try
            {
                GetMessages(CurrentDifficulty);
                NoteGrid = new NoteGrid(owner);

                ret = true;

                this.dirtyItems = DirtyItem.None;
            }
            catch { ret = false; }
            return(ret);
        }
        void BuildMessages5()
        {
            GetMessages(CurrentDifficulty);

            NoteGrid = new NoteGrid(owner);
        }
Example #3
0
        void BuildMessages5()
        {
            GetMessages(CurrentDifficulty);

            NoteGrid = new NoteGrid(owner);
        }
        bool LoadEvents6()
        {
            bool ret = true;
            try
            {
                GetMessages(CurrentDifficulty);
                NoteGrid = new NoteGrid(owner);

                ret = true;

                this.dirtyItems = DirtyItem.None;

            }
            catch { ret = false; }
            return ret;
        }