示例#1
0
文件: Main.cs 项目: 1138631642/SCMS
        //收费编程
        private void 收费标准设定ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            //当用户添加车位收费标准的时候,弹出车位收费标准窗口
            CollectFeeStandard collectionStan = new CollectFeeStandard();

            collectionStan.ShowDialog();
        }
示例#2
0
文件: Main.cs 项目: 1138631642/SCMS
        //车位收费标准
        private void proGetStardand_Click(object sender, EventArgs e)
        {
            //当用户添加车位收费标准的时候,弹出车位收费标准窗口
            CollectFeeStandard collectionStan = new CollectFeeStandard();

            collectionStan.ShowDialog();
        }