PKHeX.SAV_OPower.SAV_OPower C# (CSharp) Method

SAV_OPower() public method

public SAV_OPower ( Form1 frm1 ) : System
frm1 Form1
return System
        public SAV_OPower(Form1 frm1)
        {
            m_parent = frm1;
            if (m_parent.savegame_oras) opoweroffset = 0x1C800;
            InitializeComponent();
            Util.TranslateInterface(this, Form1.curlanguage);
            LoadData();
        }
        Form1 m_parent;