ToolsChatListControl.cs 384 B

123456789101112131415161718192021
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Drawing;
  6. namespace LYFZ.ComponentLibrary.ChatListControl
  7. {
  8. /// <summary>
  9. /// 工具栏列表
  10. /// </summary>
  11. public class ToolsChatListControl : ChatListControl.ChatListBox
  12. {
  13. public ToolsChatListControl() {
  14. }
  15. }
  16. }