Exemple #1
0
        public string CheckLabels(int value)
        {
            string count = us_dll.CheckLabels(value);

            return(count);
        }