예제 #1
0
파일: TV_editor.cs 프로젝트: suloku/wc-tool
        public TV_editor(SAV3 save)
        {
            InitializeComponent();

            sav3file = save;

            events       = new TV_EVENTS(sav3file.get_TV_EVENT());
            ingame_swarm = new SHOW(sav3file.get_TV_OUTBREAK());
            shows        = new TV_SHOWS(sav3file.get_TV_SHOWS());
            swarm        = new SWARM(sav3file.get_TV_OUTBREAK_EXTRA());

            load_data();
        }