Example #1
0
 bool FormUsual(string str)
 {
     return(Tests.loadmenu(Run, msg, label, image));
 }
Example #2
0
 bool FormOscillograph(string str)
 {
     return(Tests.Oscillograph(Run, msg, label));
 }
Example #3
0
 bool IRSend(string str)
 {
     return(Tests.sound(str));
 }