Exemplo n.º 1
0
        private void 车辆业务管理ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            //当用户点击车辆停放的时候,弹出车位使用窗口
            CarCollectFee carCollec = new CarCollectFee();

            carCollec.ShowDialog();
        }
Exemplo n.º 2
0
        //添加用户车位管理
        private void proCarManager_Click(object sender, EventArgs e)
        {
            //当用户点击车辆停放的时候,弹出车位使用窗口
            CarCollectFee carCollec = new CarCollectFee();

            carCollec.ShowDialog();
        }