var button = new Button(); button.Text = "my button"; this.Controls.Add(button); button.Click += (sender, args) => ...
確定! 回上一頁