changeset 5 | d16669f69f0d |
parent 4 | 328515997e35 |
1.1 --- a/IdwTest/MainForm.cs Mon Apr 21 12:02:38 2014 +0200 1.2 +++ b/IdwTest/MainForm.cs Mon Apr 28 20:02:08 2014 +0200 1.3 @@ -102,5 +102,10 @@ 1.4 } 1.5 } 1.6 1.7 + private void buttonSetVfdText_Click(object sender, EventArgs e) 1.8 + { 1.9 + iMON.Display.IDW_SetVfdText(textBoxVfdTop.Text, textBoxVfdBottom.Text); 1.10 + } 1.11 + 1.12 } 1.13 }