예제 #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();
        }