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