void ShowExplain()
 {
     this.EXPLAIN.Text = MoveCostForm.GetExplain(FilerFE6ToFE8(this.FilterComboBox.SelectedIndex));
 }
Beispiel #2
0
 void ShowExplain()
 {
     this.EXPLAIN.Text      = MoveCostForm.GetExplain(this.FilterComboBox.SelectedIndex);
     this.ExplainIcon.Image = this.FilterComboBox.GetCurrentIcon();
 }