Beispiel #1
0
        private void ButtonDeliveryStatus_Click(object sender, EventArgs e)
        {
            var DeliveryStatus = Deliverystatuscontroller.GetAllstatus();

            this.Hide();
            Status s = new Status(DeliveryStatus);

            s.Show();
        }
Beispiel #2
0
 private void ButtonConfirm_Click(object sender, EventArgs e)
 {
     Deliverystatuscontroller.ADDDeliveryStatus(textBoxOrderno.Text, textBoxDstatus.Text);
 }