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

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