private void btnHitung_Click(object sender, EventArgs e)
        {
            FormEntry frm = new FormEntry();

            frm.Perhitungan += FormEntry_Perhitungan;

            frm.ShowDialog();
        }
Пример #2
0
        private void btnHitung_Click(object sender, EventArgs e)
        {
            FormEntry frm = new FormEntry();

            frm.Perhitungan += FormEntry_Perhitungan;

            frm.ShowDialog();

            // Created by Dewi Ayu Pratiwi 18.11.2377
        }
Пример #3
0
        private void btnHitung_Click(object sender, EventArgs e)
        {
            FormEntry frm = new FormEntry();

            frm.Perhitungan += FormEntry_Perhitungan;

            frm.ShowDialog();

            // Created by Ratutria Aros Purnama (18.11.2336)
        }
Пример #4
0
        private void btnHitung_Click(object sender, EventArgs e)
        {
            FormEntry frm = new FormEntry();

            frm.Perhitungan += FormEntry_Perhitungan;

            frm.ShowDialog();

            // Created by Nabilla Wahyu Rosdiana 18.11.2318
        }
Пример #5
0
        private void btnHitung_Click(object sender, EventArgs e)
        {
            FormEntry frm = new FormEntry();

            frm.Perhitungan += FormEntry_Perhitungan;

            frm.ShowDialog();

            // Created by Vicka Rizky Sunflora 18.11.2342
        }