Ejemplo n.º 1
0
 private void SetCount(Label label, QuestCount count)
 {
     label.Text      = " " + count;
     label.ForeColor = count.Cleared ? CUDColors.Red : Color.Black;
     ToolTip.SetToolTip(label, count.ToToolTip());
 }
Ejemplo n.º 2
0
 private void checkShowMarks_Click(object sender, EventArgs e)
 {
     QuestCount.Show(); //show the current marks
     label2.Show();
 }