LevelLocalControl.cs 845 B

1234567891011121314151617181920212223242526272829303132
  1. //======================================================================
  2. //
  3. //
  4. //
  5. // CLR 版本: 4.0.30319.1
  6. // 命名空间: Tofly.SearchUI.Win
  7. // 类 名: LevelLocalConfigControl
  8. // 创 建 人: 华 坤
  9. // 创建时间: 2013/04/20 19:35:14
  10. // 修 改 人:
  11. // 修改时间:
  12. //
  13. //======================================================================
  14. using System;
  15. using System.Collections.Generic;
  16. using System.ComponentModel;
  17. using System.Drawing;
  18. using System.Data;
  19. using System.Text;
  20. using System.Windows.Forms;
  21. using Tofly.CoreUI.Win.Form.Forms;
  22. namespace Tofly.SearchUI.Win
  23. {
  24. public partial class LevelLocalControl : UserControlClass
  25. {
  26. public LevelLocalControl()
  27. {
  28. InitializeComponent();
  29. }
  30. }
  31. }