示例#1
0
        private void btSaveList_Click(object sender, EventArgs e)
        {
            FormSaveList fsl = new FormSaveList();

            if (fsl.ShowDialog(this) == DialogResult.OK)
            {
                rbrcit.SaveCarList(fsl.ListName);
            }
        }