示例#1
0
        public string GetLogs(Application app, ushort instanceNumber)
        {
            checkLoginStatus();
            var info = new InfoHelper(credMgr);

            return(info.GetLogs(app, instanceNumber));
        }
示例#2
0
 public string GetLogs(Application app, ushort instanceNumber)
 {
     checkLoginStatus();
     var info = new InfoHelper(credMgr);
     return info.GetLogs(app, instanceNumber);
 }