Exemple #1
0
        public Decor_editor(SAV3 save)
        {
            //
            // The InitializeComponent() call is required for Windows Forms designer support.
            //
            InitializeComponent();
            sav3file  = save;
            decorbuff = sav3file.get_decorations();

            decortypebox.SelectedIndex  = 0;
            numericUpDown1.Maximum      = slots_max[decortypebox.SelectedIndex];
            decorationbox.SelectedIndex = 0;

            load_decor();

            //
            // TODO: Add constructor code after the InitializeComponent() call.
            //
        }