cww.cs
上传用户:clhb88
上传日期:2009-09-26
资源大小:3468k
文件大小:1k
源码类别:

医药行业

开发平台:

C#

  1. using System;
  2. using System.ComponentModel;
  3. using System.Collections;
  4. using System.Diagnostics;
  5. namespace 医院管理系统
  6. {
  7. /// <summary>
  8. /// cww 的摘要说明。
  9. /// </summary>
  10. public class cww : System.ComponentModel.Component
  11. {
  12. /// <summary>
  13. /// 必需的设计器变量。
  14. /// </summary>
  15. private System.ComponentModel.Container components = null;
  16. public cww(System.ComponentModel.IContainer container)
  17. {
  18. ///
  19. /// Windows.Forms 类撰写设计器支持所必需的
  20. ///
  21. container.Add(this);
  22. InitializeComponent();
  23. //
  24. // TODO: 在 InitializeComponent 调用后添加任何构造函数代码
  25. //
  26. }
  27. public cww()
  28. {
  29. ///
  30. /// Windows.Forms 类撰写设计器支持所必需的
  31. ///
  32. InitializeComponent();
  33. //
  34. // TODO: 在 InitializeComponent 调用后添加任何构造函数代码
  35. //
  36. }
  37. /// <summary> 
  38. /// 清理所有正在使用的资源。
  39. /// </summary>
  40. protected override void Dispose( bool disposing )
  41. {
  42. if( disposing )
  43. {
  44. if(components != null)
  45. {
  46. components.Dispose();
  47. }
  48. }
  49. base.Dispose( disposing );
  50. }
  51. #region 组件设计器生成的代码
  52. /// <summary>
  53. /// 设计器支持所需的方法 - 不要使用代码编辑器修改
  54. /// 此方法的内容。
  55. /// </summary>
  56. private void InitializeComponent()
  57. {
  58. components = new System.ComponentModel.Container();
  59. }
  60. #endregion
  61. }
  62. }