TPConfAddin.AboutBox.AboutBox_Load C# (CSharp) Method

AboutBox_Load() private method

private AboutBox_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void AboutBox_Load(object sender, EventArgs e)
        {
            this.Icon = Properties.Resources.favicon;//动态加载图片
        }