Exemplo n.º 1
0
        public static int GetTotalInstanceCount()
        {
            ICommService service = GetChannel();

            return(service == null ? dictTabInstances.Count : service.GetTotalInstanceCount());
        }