| changeset 9 | 185e3ab53a56 |
| parent 0 | 249d70e7b32d |
| 8:2482ddb44cb6 | 9:185e3ab53a56 |
|---|---|
24 if (button == null) return; |
24 if (button == null) return; |
25 |
25 |
26 textInfo.Text = button.Title; |
26 textInfo.Text = button.Title; |
27 |
27 |
28 } |
28 } |
29 |
|
30 |
|
31 private void ButtonSeven_MouseLeave(object sender, MouseEventArgs e) |
|
32 { |
|
33 textInfo.Text = ""; |
|
34 } |
|
29 } |
35 } |
30 } |
36 } |