예제 #1
0
파일: UIHintsButton.cs 프로젝트: QuloZ/HOG
 public void BackLight()
 {
     DecreaseHintsCount();
     hints.Backlight();
     CheckHintsCount();
 }