Пример #1
0
        // addContacts 4 [email protected],Billy [email protected],AppleMan

        private static String[] getContacts(String[] tk)
        {
            return(sm.getContacts().Select(c => c.contactID + " " + c.externalServiceID + "\t" + c.externalUserID + "\t" + c.nameContact).ToArray());
        }