Beispiel #1
0
 bool FormOscillograph(string str)
 {
     return(Tests.Oscillograph(Run, msg, label));
 }
Beispiel #2
0
        bool FormOscillograph(string str)
        {
            string funcName = $"<{nameof(FormOscillograph)}>";

            return(Tests.Oscillograph(Run, msg, label));
        }