示例#1
0
        public IEnumerable <ExternalInstance> GetInstances(Application app)
        {
            checkLoginStatus();
            var info = new InfoHelper(credMgr);

            return(info.GetInstances(app));
        }
示例#2
0
 public IEnumerable<ExternalInstance> GetInstances(Application app)
 {
     checkLoginStatus();
     var info = new InfoHelper(credMgr);
     return info.GetInstances(app);
 }