hytos / ID2.Manager / ID2.Manager.Compare / Model / MyModel.Designer.cs @ 4142eefa
이력 | 보기 | 이력해설 | 다운로드 (1.09 KB)
1 | 13a36357 | humkyung | |
---|---|---|---|
2 | namespace Xtractor.Viewer |
||
3 | { |
||
4 | partial class MyModel |
||
5 | { |
||
6 | /// <summary> |
||
7 | /// 필수 디자이너 변수입니다. |
||
8 | /// </summary> |
||
9 | private System.ComponentModel.IContainer components = null; |
||
10 | |||
11 | /// <summary> |
||
12 | /// 사용 중인 모든 리소스를 정리합니다. |
||
13 | /// </summary> |
||
14 | /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param> |
||
15 | protected override void Dispose(bool disposing) |
||
16 | { |
||
17 | if (disposing && (components != null)) |
||
18 | { |
||
19 | components.Dispose(); |
||
20 | } |
||
21 | base.Dispose(disposing); |
||
22 | } |
||
23 | |||
24 | #region 구성 요소 디자이너에서 생성한 코드 |
||
25 | |||
26 | /// <summary> |
||
27 | /// 디자이너 지원에 필요한 메서드입니다. |
||
28 | /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요. |
||
29 | /// </summary> |
||
30 | private void InitializeComponent() |
||
31 | { |
||
32 | components = new System.ComponentModel.Container(); |
||
33 | } |
||
34 | |||
35 | #endregion |
||
36 | } |
||
37 | } |