Skip to content

Commit

Permalink
Resolve bug pada FormAntrian
Browse files Browse the repository at this point in the history
  • Loading branch information
MEvanAW committed Nov 24, 2020
1 parent d5b6faf commit 6dcbce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SimulasiAntrianPercetakan/FormAntrian.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ private void cetakButton_Click(object sender, EventArgs e)
if (Percetakan.AntrianBiasa.Count == 0 && Percetakan.AntrianEkspres.Count == 0)
{
cetakButton.Enabled = false;
berhentiMencetakButton.Enabled = false;
akanDicetakLabel.Text = "Semua berkas sudah dicetak.";
}
// Memperbarui sudahDicetakLabel.Text
Expand Down

0 comments on commit 6dcbce0

Please sign in to comment.