TPConfAddin.AboutBox.AboutBox_Load C# (CSharp) 메소드

AboutBox_Load() 개인적인 메소드

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