Ejemplo n.º 1
0
        private void Form_operator_Load(object sender, EventArgs e)
        {
            test          = new Test(this);
            this.Location = new Point((screen.X / 2) - (this.Width / 2), (screen.Y / 2) - (this.Height / 2) - 150);

            form2 = new Form_car_number(this);
            form2.Show();
            formC = new Form_close(this);
            formC.Show();
            L = new Log(this);
            L.Show();
            textBox_price.Text = price.GetData().Rows[0]["price"].ToString();
            Price.changePrice(double.Parse(textBox_price.Text));
        }
Ejemplo n.º 2
0
 private void label_money_Click(object sender, EventArgs e)
 {
     formC = new Form_close(this);
     formC.Show();
 }
Ejemplo n.º 3
0
        private void Form_operator_Load(object sender, EventArgs e)
        {
            test = new Test(this);
            this.Location = new Point((screen.X / 2) - (this.Width / 2), (screen.Y / 2) - (this.Height / 2) - 150);

            form2 = new Form_car_number(this);
            form2.Show();
            formC = new Form_close(this);
            formC.Show();
            L = new Log(this);
            L.Show();
            textBox_price.Text = price.GetData().Rows[0]["price"].ToString();
            Price.changePrice(double.Parse(textBox_price.Text));
        }
Ejemplo n.º 4
0
 private void label_money_Click(object sender, EventArgs e)
 {
     formC = new Form_close(this);
     formC.Show();
 }