Line | |
---|
1 | using System.Windows.Forms;
|
---|
2 | namespace IndianHealthService.BMXNet.EHR
|
---|
3 | {
|
---|
4 | partial class EhrComponent
|
---|
5 | {
|
---|
6 | /// <summary>
|
---|
7 | /// Required designer variable.
|
---|
8 | /// </summary>
|
---|
9 | private System.ComponentModel.IContainer components = null;
|
---|
10 |
|
---|
11 | /// <summary>
|
---|
12 | /// Clean up any resources being used.
|
---|
13 | /// </summary>
|
---|
14 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
15 | protected override void Dispose(bool disposing)
|
---|
16 | {
|
---|
17 | this.TeardownCssSession();
|
---|
18 |
|
---|
19 | if (disposing && (components != null))
|
---|
20 | {
|
---|
21 | components.Dispose();
|
---|
22 | }
|
---|
23 | base.Dispose(disposing);
|
---|
24 | }
|
---|
25 |
|
---|
26 | #region Component Designer generated code
|
---|
27 |
|
---|
28 | /// <summary>
|
---|
29 | /// Required method for Designer support - do not modify
|
---|
30 | /// the contents of this method with the code editor.
|
---|
31 | /// </summary>
|
---|
32 | private void InitializeComponent()
|
---|
33 | {
|
---|
34 | components = new System.ComponentModel.Container();
|
---|
35 |
|
---|
36 | }
|
---|
37 |
|
---|
38 | #endregion
|
---|
39 | }
|
---|
40 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.