示例#1
0
        private void button7_Click(object sender, EventArgs e)
        {
            FormBus bus = new FormBus();

            bus.Show();
        }
示例#2
0
 public Bus_Ticket(FormBus bus)
 {
     this.bus = bus;
     InitializeComponent();
 }