PKHeX.About.About C# (CSharp) Method

About() public method

public About ( ) : System
return System
        public About()
        {
            InitializeComponent();
            RTB.Text = Properties.Resources.changelog;
        }
        private void B_Close_Click(object sender, EventArgs e)