Exemple #1
0
        public void UpdateListOfObjects()
        {
            var l = ServerRepository.GetAllInventoryObject();

            if (l != null)
            {
                ListOfObjects = l;
            }
        }