ChatListSubItemConverter.cs 168 B

12345678
  1. using System;
  2. using System.ComponentModel;
  3. namespace LYFZ.ComponentLibrary.ChatListControl
  4. {
  5. public class ChatListSubItemConverter : ExpandableObjectConverter
  6. {
  7. }
  8. }