//发送号码薄 private void ToolPhoneBook_Click(object sender, EventArgs e) { var form = new PhoneBookForm(); form.ShowDialog(); }