예제 #1
0
        public int GetContactCount()
        {
            Window mainWindow = manager.MainWindow;

            Table     table     = mainWindow.Get <Table>("uxAddressGrid");
            TableRows tableRows = table.Rows;
            int       count     = tableRows.Count();

            return(count);
        }