//工具栏:选项 private void tolOption_Click(object sender, EventArgs e) { FrmOption option = new FrmOption(this._Configuration); option.ShowDialog(); }