Beispiel #1
0
        public static string GetLog()
        {
            var t = new QATools();

            return(t.GetLog(false));
        }
Beispiel #2
0
        public static string ClearLog()
        {
            var t = new QATools();

            return(t.ClearLog());
        }