<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>동구의 블로그</title>
    <link>https://ehdrn.tistory.com/</link>
    <description></description>
    <language>ko</language>
    <pubDate>Mon, 3 Aug 2026 19:27:19 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>동구밖과수원</managingEditor>
    <image>
      <title>동구의 블로그</title>
      <url>https://t1.daumcdn.net/cfile/tistory/2051FC364EE605AD1D</url>
      <link>https://ehdrn.tistory.com</link>
    </image>
    <item>
      <title>로컬 VSTO 설치시 SecurityException 오류해결</title>
      <link>https://ehdrn.tistory.com/462</link>
      <description>&lt;p&gt;사내 소수 인원이 사용할 SW를 배포했더니 아래와 같은 문제가 발생하였다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table style=&quot;border-collapse: collapse; width: 100%;&quot; border=&quot;1&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 100%;&quot;&gt;
&lt;p&gt;배포 매니페스트 서명에 사용된 인증서를 신뢰할 수 없으므로 이 응용 프로그램에서 사용자 지정 기능이 작동하지 않습니다.&lt;/p&gt;
&lt;p&gt;.....&lt;/p&gt;
&lt;p&gt;System.Security.SecurityException이 발생&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;사용자의 레지스트리를 확인해서 아래와 같이 수정한다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://docs.microsoft.com/en-us/visualstudio/vsto/how-to-configure-inclusion-list-security?redirectedfrom=MSDN&amp;amp;view=vs-2019&quot;&gt;https://docs.microsoft.com/en-us/visualstudio/vsto/how-to-configure-inclusion-list-security?redirectedfrom=MSDN&amp;amp;view=vs-2019&lt;/a&gt;&lt;/p&gt;
&lt;figure id=&quot;og_1585270982432&quot; contenteditable=&quot;false&quot; data-ke-type=&quot;opengraph&quot; data-og-type=&quot;website&quot; data-og-title=&quot;How to: Configure inclusion list security - Visual Studio&quot; data-og-description=&quot;How to: Configure inclusion list security In this article --&amp;gt; If you have Administrator permissions, you can configure the ClickOnce trust prompt to control whether end users are given the option of installing Office solutions by saving a trust decision to&quot; data-og-host=&quot;docs.microsoft.com&quot; data-og-source-url=&quot;https://docs.microsoft.com/en-us/visualstudio/vsto/how-to-configure-inclusion-list-security?redirectedfrom=MSDN&amp;amp;view=vs-2019&quot; data-og-url=&quot;https://docs.microsoft.com/en-us/visualstudio/vsto/how-to-configure-inclusion-list-security&quot; data-og-image=&quot;&quot;&gt;&lt;a href=&quot;https://docs.microsoft.com/en-us/visualstudio/vsto/how-to-configure-inclusion-list-security?redirectedfrom=MSDN&amp;amp;view=vs-2019&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; data-source-url=&quot;https://docs.microsoft.com/en-us/visualstudio/vsto/how-to-configure-inclusion-list-security?redirectedfrom=MSDN&amp;amp;view=vs-2019&quot;&gt;
&lt;div class=&quot;og-image&quot; style=&quot;background-image: url();&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;og-text&quot;&gt;
&lt;p class=&quot;og-title&quot;&gt;How to: Configure inclusion list security - Visual Studio&lt;/p&gt;
&lt;p class=&quot;og-desc&quot;&gt;How to: Configure inclusion list security In this article --&amp;gt; If you have Administrator permissions, you can configure the ClickOnce trust prompt to control whether end users are given the option of installing Office solutions by saving a trust decision to&lt;/p&gt;
&lt;p class=&quot;og-host&quot;&gt;docs.microsoft.com&lt;/p&gt;
&lt;/div&gt;
&lt;/a&gt;&lt;/figure&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-origin-width=&quot;0&quot; data-origin-height=&quot;0&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bGc3e2/btqCX9mp5D2/X95HQT9i7Dh6qAK0pRf0F1/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bGc3e2/btqCX9mp5D2/X95HQT9i7Dh6qAK0pRf0F1/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bGc3e2/btqCX9mp5D2/X95HQT9i7Dh6qAK0pRf0F1/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbGc3e2%2FbtqCX9mp5D2%2FX95HQT9i7Dh6qAK0pRf0F1%2Fimg.png&quot; data-origin-width=&quot;0&quot; data-origin-height=&quot;0&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;</description>
      <category>VisualStudio/설치 프로젝트</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/462</guid>
      <comments>https://ehdrn.tistory.com/462#entry462comment</comments>
      <pubDate>Fri, 27 Mar 2020 10:03:11 +0900</pubDate>
    </item>
    <item>
      <title>[20190813] 2019 메리다 스컬트라 4000 구매</title>
      <link>https://ehdrn.tistory.com/461</link>
      <description>&lt;p&gt;2019년 8월 13일 안양 찬스바이크에서 2019 메리다 스컬트라 4000을 구매하였습니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;사이즈는 XS입니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;차대번호 : &lt;b&gt;WC81749697P&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;로드바이크는 처음인데 정말 가볍네요.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;집에 올때 잠깐 탔는데 핸들 조작이 어색하네요 ㅎㅎ;;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;엄청&amp;nbsp;빨라서 놀랐습니다.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;오디바이크 사이트가서 차량 등록해야겠네요 ㅎㅎ&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/p92fu/btqxulRSnxF/MjiZqDqhPZOdeFRJfJtxTk/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/p92fu/btqxulRSnxF/MjiZqDqhPZOdeFRJfJtxTk/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/p92fu/btqxulRSnxF/MjiZqDqhPZOdeFRJfJtxTk/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fp92fu%2FbtqxulRSnxF%2FMjiZqDqhPZOdeFRJfJtxTk%2Fimg.jpg&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-filename=&quot;1.png&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/db6TyB/btqxrWFZLnv/OQgzsPjT7Jx1Vv2Mur6CFk/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/db6TyB/btqxrWFZLnv/OQgzsPjT7Jx1Vv2Mur6CFk/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/db6TyB/btqxrWFZLnv/OQgzsPjT7Jx1Vv2Mur6CFk/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fdb6TyB%2FbtqxrWFZLnv%2FOQgzsPjT7Jx1Vv2Mur6CFk%2Fimg.png&quot; data-filename=&quot;1.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-filename=&quot;3.png&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/c2yeCL/btqxtptTP0n/nN0VrSSklqheRbxZQnMyw0/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/c2yeCL/btqxtptTP0n/nN0VrSSklqheRbxZQnMyw0/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/c2yeCL/btqxtptTP0n/nN0VrSSklqheRbxZQnMyw0/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fc2yeCL%2FbtqxtptTP0n%2FnN0VrSSklqheRbxZQnMyw0%2Fimg.png&quot; data-filename=&quot;3.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-filename=&quot;KakaoTalk_20190813_190356729.jpg&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bn77wS/btqxsni1HFE/hkzVwQ8dFK83Sdv3B2dlQk/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bn77wS/btqxsni1HFE/hkzVwQ8dFK83Sdv3B2dlQk/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bn77wS/btqxsni1HFE/hkzVwQ8dFK83Sdv3B2dlQk/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fbn77wS%2Fbtqxsni1HFE%2FhkzVwQ8dFK83Sdv3B2dlQk%2Fimg.jpg&quot; data-filename=&quot;KakaoTalk_20190813_190356729.jpg&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-filename=&quot;123.png&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bcg7h0/btqxukrTslr/zkP3Peye4L9bMfi7v4KjW1/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bcg7h0/btqxukrTslr/zkP3Peye4L9bMfi7v4KjW1/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bcg7h0/btqxukrTslr/zkP3Peye4L9bMfi7v4KjW1/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fbcg7h0%2FbtqxukrTslr%2FzkP3Peye4L9bMfi7v4KjW1%2Fimg.png&quot; data-filename=&quot;123.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;</description>
      <category>동구의 주저리</category>
      <category>2019 메리다</category>
      <category>2019 스컬트라 4000</category>
      <category>스컬트라 4000</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/461</guid>
      <comments>https://ehdrn.tistory.com/461#entry461comment</comments>
      <pubDate>Tue, 13 Aug 2019 19:42:19 +0900</pubDate>
    </item>
    <item>
      <title>sample</title>
      <link>https://ehdrn.tistory.com/459</link>
      <description>&lt;P&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block;   height: auto; max-width: 100%;&quot;&gt;&lt;a href=&quot;https://t1.daumcdn.net/cfile/tistory/21787B345902BBC226&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/txt.gif&quot; style=&quot;vertical-align: middle;&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot;/&gt;sample.txt&lt;/a&gt;&lt;/span&gt;&lt;/P&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/459</guid>
      <comments>https://ehdrn.tistory.com/459#entry459comment</comments>
      <pubDate>Fri, 28 Apr 2017 12:49:38 +0900</pubDate>
    </item>
    <item>
      <title>TMK-244B 부러짐</title>
      <link>https://ehdrn.tistory.com/458</link>
      <description>&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 720px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/27556F4358A049350A&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F27556F4358A049350A&quot; width=&quot;720&quot; height=&quot;960&quot; filename=&quot;KakaoTalk_20170212_203529759.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/458</guid>
      <comments>https://ehdrn.tistory.com/458#entry458comment</comments>
      <pubDate>Sun, 12 Feb 2017 20:38:33 +0900</pubDate>
    </item>
    <item>
      <title>C# Winform PitureBox위에 선 그리기</title>
      <link>https://ehdrn.tistory.com/455</link>
      <description>&lt;P&gt;훈스닷넷에 PictureBox위에 1cm 간격으로 눈금을 그리고 싶어하는 질문이 있어서&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;데모 프로젝트를 작성해보았습니다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 750px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/231FF238574E68FE1C&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F231FF238574E68FE1C&quot; width=&quot;750&quot; height=&quot;447&quot; filename=&quot;제목 없음.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;코드는 아래와 같습니다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 13px; BORDER-TOP: medium none; FONT-FAMILY: '맑은 고딕',sans-serif; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=714 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; WIDTH: 714px; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid&quot;&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;public&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;partial&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;class&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Form1&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; : &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Form&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; 1pixel&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;에 해당하는 센치&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;const&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;float&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; OnePixelCentimetre = 37.79f;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;수직라인 길이&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;const&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;int&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; VerticalLineHeight = 50;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;그리드 라인 색상&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;readonly&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Pen&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; gridLineColor;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;public&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; Form1()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;InitializeComponent();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.pictureBox1.Image = &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Image&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.FromFile(&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #a31515; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&quot;./Chrysanthemum.jpg&quot;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.pictureBox1.Paint += PictureBox1_PaintEventHandler;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.SizeChanged += Form1_SizeChangedEventHandler;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.gridLineColor = &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Pens&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.Yellow;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;폼의 사이즈 변경 이벤트 처리기&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;param name=&quot;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;sender&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&quot;&amp;gt;&amp;lt;/param&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;param name=&quot;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;e&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&quot;&amp;gt;&amp;lt;/param&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;private&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;void&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; Form1_SizeChangedEventHandler(&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;object&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; sender, &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;EventArgs&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; e)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.pictureBox1.Invalidate();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; PictureBox&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;의&lt;SPAN &gt; Paint &lt;/SPAN&gt;이벤트 처리기&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;param name=&quot;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;sender&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&quot;&amp;gt;&amp;lt;/param&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;param name=&quot;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;e&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&quot;&amp;gt;&amp;lt;/param&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;private&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;void&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; PictureBox1_PaintEventHandler(&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;object&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; sender, &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;PaintEventArgs&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; e)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;PictureBox&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; pb = (&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;PictureBox&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;)sender;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Graphics&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; g = e.Graphics;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;//Picturebox&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;의 중앙 위치&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;float&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; centerYPosition = pb.Height / 2.0f;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;//&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;수평 라인 그리기&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;g.DrawLine(gridLineColor, 0f, centerYPosition, pb.Width, centerYPosition);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;//&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;현재&lt;SPAN &gt; Picturbox&lt;/SPAN&gt;에서&lt;SPAN &gt; 1cm &lt;/SPAN&gt;개수&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;double&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; cmStep = pb.Width / OnePixelCentimetre;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;//&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;세로 라인의 절반&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;int&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; verticalLineHeightHalf = VerticalLineHeight / 2;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;//&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;수직 라인 그리기&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;for&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; (&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;float&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; i = 0; i &amp;lt; pb.Width; i += OnePixelCentimetre)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;PointF&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; beginPoint = &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;new&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;PointF&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;(i, centerYPosition - verticalLineHeightHalf);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;PointF&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; endPoint = &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;new&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;PointF&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;(i, centerYPosition + verticalLineHeightHalf);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;g.DrawLine(gridLineColor, beginPoint, endPoint);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;MARGIN: 0cm 0cm 8pt&quot;&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; LINE-HEIGHT: 107%; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;}&lt;/SPAN&gt;&lt;SPAN &gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;프로젝트(vs2015 작성) : &lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block;   height: auto; max-width: 100%;&quot;&gt;&lt;a href=&quot;https://t1.daumcdn.net/cfile/tistory/21300F37574E692803&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/zip.gif&quot; style=&quot;vertical-align: middle;&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot;/&gt;HowToDrawOnPicturebox.zip&lt;/a&gt;&lt;/span&gt;&lt;/P&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <category>.Net/Winform</category>
      <category>C# picturebox draw</category>
      <category>C# picturebox invalidate</category>
      <category>picturebox</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/455</guid>
      <comments>https://ehdrn.tistory.com/455#entry455comment</comments>
      <pubDate>Wed, 1 Jun 2016 13:49:17 +0900</pubDate>
    </item>
    <item>
      <title>C# 실행파일 안에 DLL 넣기</title>
      <link>https://ehdrn.tistory.com/454</link>
      <description>&lt;P&gt;개발 중인 프로젝트에서&amp;nbsp;상용 컴퍼넌트를 이용하다보니 제작한 라이브러리 포함하여&amp;nbsp;dll이 30개 정도 되었다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;고객님께서는 dll이 너무 많아 복잡하다며&amp;nbsp;실행 파일 한개만을 원하셨다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;제프리 리쳐 형님과 같이 동적으로 어셈블리를 로드할까 했는데....좀 더 검색해보았다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 13px; BORDER-TOP: medium none; FONT-FAMILY: 맑은 고딕,sans-serif; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=714 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; WIDTH: 714px; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid&quot;&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;AppDomain&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.CurrentDomain.AssemblyResolve += (sender, args) =&amp;gt; {&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;String&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; resourceName = &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;“&lt;SPAN&gt;AssemblyLoadingAndReflection.&lt;/SPAN&gt;”&lt;SPAN&gt; +&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;new&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; AssemblyName(args.Name).Name + &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;“&lt;SPAN&gt;.dll&lt;/SPAN&gt;”&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;using&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; (&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;var&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; stream = Assembly.GetExecutingAssembly().GetManifestResourceStream(resourceName))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Byte&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;[] assemblyData = &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;new&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Byte&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;[stream.Length];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;stream.Read(assemblyData, 0, assemblyData.Length);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;return&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; Assembly.Load(assemblyData);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 8pt&quot;&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; LINE-HEIGHT: 107%; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;};&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 8pt&quot;&gt;참조 : &lt;A href=&quot;https://blogs.msdn.microsoft.com/microsoft_press/2010/02/03/jeffrey-richter-excerpt-2-from-clr-via-c-third-edition/&quot;&gt;&lt;U&gt;https://blogs.msdn.microsoft.com/microsoft_press/2010/02/03/jeffrey-richter-excerpt-2-from-clr-via-c-third-edition/&lt;/U&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;결국&amp;nbsp;&lt;STRONG&gt;Costumra.Fody &lt;/STRONG&gt;를 찾게 되었다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;자동으로 exe 안에 라이브러리를 넣어준다.&amp;nbsp;압축까지 지원해준다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nuget을 통하여 설치하면 &quot;FodyWeavers.xml&quot; 파일이 생성된다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;해당 xml 파일을 이용해 정교한 설정이 가능하다. (압축여부, Debug심볼첨부여부 등등...)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href=&quot;https://github.com/Fody/Costura&quot;&gt;https://github.com/Fody/Costura&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;압축하였을 때는 .zip 확장자로 exe 파일에 삽입되어있다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 750px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2511A63857398A9712&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2511A63857398A9712&quot; width=&quot;750&quot; height=&quot;644&quot; filename=&quot;비압축.png&quot; filemime=&quot;image/png&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;[압축하지 않은 상태]&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 750px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2607E73857398A981D&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2607E73857398A981D&quot; width=&quot;750&quot; height=&quot;560&quot; filename=&quot;압축.png&quot; filemime=&quot;image/png&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;[압축한 상태]&lt;/P&gt;</description>
      <category>.Net/C#</category>
      <category>C# dll</category>
      <category>C# embedded dll</category>
      <category>C# embedded dll in</category>
      <category>C# 실행파일</category>
      <category>Costumra</category>
      <category>Costumra.Fody</category>
      <category>Fody</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/454</guid>
      <comments>https://ehdrn.tistory.com/454#entry454comment</comments>
      <pubDate>Mon, 16 May 2016 17:57:09 +0900</pubDate>
    </item>
    <item>
      <title>C# 리플렉션을 이용한 Delegate 넘기기</title>
      <link>https://ehdrn.tistory.com/453</link>
      <description>&lt;P&gt;A.exe에서 B.dll을&amp;nbsp;컴파일시 참조하지 않고&amp;nbsp;&amp;nbsp;동적으로 참조할 때, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;B.dll에 있는 특정 클래스&amp;nbsp;메서드의 파라미터(Delegate)를 넘길때 방법입니다.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;리플렉션을 이용해서 대리자 개체를 생성 후 Invoke 파라미터에 넘겨주었습니다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 13px; BORDER-TOP: medium none; FONT-FAMILY: 맑은 고딕,sans-serif; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=714 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; WIDTH: 714px; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid&quot;&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;A.exe&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;using&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; System;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;using&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; System.Collections.Generic;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;using&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; System.ComponentModel;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;using&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; System.Data;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;using&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; System.Drawing;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;using&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; System.Linq;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;using&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; System.Reflection;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;using&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; System.Text;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;using&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; System.Threading.Tasks;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;using&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; System.Windows.Forms;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;namespace&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; DelegateReflaction&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;public&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;partial&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;class&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Form1&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; : &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Form&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;public&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; Form1()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;InitializeComponent();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;InvokeTest();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;private&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;void&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; InvokeTest()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;string&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; dllFilePath = &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: maroon; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;@&quot;D:\Work\Project\Test\DelegateReflaction\TestLibrary\bin\Debug\TestLibrary.dll&quot;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Assembly&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; assembly = &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Assembly&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.LoadFile(dllFilePath);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Type&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; formType = assembly.GetType(&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #a31515; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&quot;TestLibrary.ChiForm&quot;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;//Child &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;델리게이트 타입 가져오기&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Type&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; deleType = assembly.GetTypes().Single(a =&amp;gt; a.Name == &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #a31515; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&quot;CallbackDelegate&quot;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;//&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;현재 클래스의&lt;SPAN &gt; Callback &lt;/SPAN&gt;메서드 정보 가져오기&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;MethodInfo&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; callBackMethodInfo = &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.GetType().GetMethod(&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #a31515; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&quot;Callback&quot;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;, &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;BindingFlags&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.NonPublic | &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;BindingFlags&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.Instance, &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;null&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;, &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;new&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Type&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;[] { &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;typeof&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;(&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;string&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;) }, &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;null&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;//Child&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;의&lt;SPAN &gt; CallbackDelegate Delegate&lt;/SPAN&gt;를 이용해서&lt;SPAN &gt; Deleagte &lt;/SPAN&gt;생성&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Delegate&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; callbackMethod = &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Delegate&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.CreateDelegate(deleType, &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;, callBackMethodInfo);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;//Child &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;폼 생성&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Form&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; form = &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Activator&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.CreateInstance(formType) &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;as&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Form&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;//Child&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;의&lt;SPAN &gt; DoWork &lt;/SPAN&gt;메서드 가져오기&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;MethodInfo&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; doworkMethodInfo = formType.GetMethod(&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #a31515; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&quot;DoWork&quot;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;//&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;파라미터 생성&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;object&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;[] parameters = &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;new&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;object&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;[2];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;parameters[0] = &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #a31515; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&quot;test~&quot;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;parameters[1] = callbackMethod;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;//Child Dowork &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;메서드 호출&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;doworkMethodInfo.Invoke(form, parameters);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;form.Show();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;void&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; Callback(&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;string&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; msg)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;MessageBox&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.Show(msg);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;MARGIN: 0cm 0cm 8pt&quot;&gt;&lt;SPAN &gt;&lt;FONT size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 13px; BORDER-TOP: medium none; FONT-FAMILY: 맑은 고딕,sans-serif; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=714 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; WIDTH: 714px; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid&quot;&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;B.dll&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;using&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; System;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;using&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; System.Collections.Generic;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;using&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; System.Linq;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;using&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; System.Text;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;using&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; System.Threading.Tasks;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;using&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; System.Windows.Forms;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;namespace&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; TestLibrary&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;public&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;class&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;ChiForm&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; : &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Form&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;public&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;delegate&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;void&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;CallbackDelegate&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;(&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;string&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; status);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;public&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; ChiForm()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;InitializeComponent();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;public&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;void&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; DoWork(&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;string&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; param, &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;CallbackDelegate&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; callback)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;callback(&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #a31515; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&quot;status&quot;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;private&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;void&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; InitializeComponent()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.SuspendLayout();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;// &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;// ChiForm&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;// &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.ClientSize = &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;new&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; System.Drawing.&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Size&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;(284, 262);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.Name = &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #a31515; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&quot;ChiForm&quot;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.Text = &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #a31515; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&quot;ChildForm&quot;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.ResumeLayout(&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;false&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;}&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;프로젝트&amp;nbsp;(vs2015 작성) :&amp;nbsp; &lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block;   height: auto; max-width: 100%;&quot;&gt;&lt;a href=&quot;https://t1.daumcdn.net/cfile/tistory/234E6E4F5732DF5D03&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/zip.gif&quot; style=&quot;vertical-align: middle;&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot;/&gt;DelegateReflaction.zip&lt;/a&gt;&lt;/span&gt;&lt;/P&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <category>.Net/C#</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/453</guid>
      <comments>https://ehdrn.tistory.com/453#entry453comment</comments>
      <pubDate>Wed, 11 May 2016 16:29:40 +0900</pubDate>
    </item>
    <item>
      <title>C# Undo Redo 기능 구현하기</title>
      <link>https://ehdrn.tistory.com/452</link>
      <description>&lt;P&gt;Undo 기능에 쓰일 스택과 Redo 기능에 쓰일 스택을 이용해서 Undo, Redo 기능을 구현해보았다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;UndoRedoHistory 클래스에서는 특정 타입의 상태를 저장할 수 있고, Undo, Redo를 통해 상태 값을 가져온다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=714 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; WIDTH: 714px; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid&quot;&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-INDENT: 19pt; mso-layout-grid-align: none; mso-char-indent-count: 2.0&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; Undo&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;와&lt;SPAN&gt; Redo &lt;/SPAN&gt;내역을 기록하는 클래스&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 8pt&quot;&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; LINE-HEIGHT: 107%; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; LINE-HEIGHT: 107%; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; LINE-HEIGHT: 107%; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; LINE-HEIGHT: 107%; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;typeparam name=&quot;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; LINE-HEIGHT: 107%; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;T&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; LINE-HEIGHT: 107%; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&quot;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; LINE-HEIGHT: 107%; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;기록할 타입&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; LINE-HEIGHT: 107%; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/typeparam&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 8pt&quot;&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;class&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;UndoRedoHistory&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;T&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;const&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;int&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; DefaultUndoCount = 10;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;RimitedStack&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;T&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;gt; undoStack;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;RimitedStack&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;T&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;gt; redoStack;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; Undo &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;기능을 사용할 수 있는지 여부를 가져온다&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;public&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;bool&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; IsCanUndo&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;get&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;//&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;맨 초기 상태때문에&lt;SPAN&gt; 1&lt;/SPAN&gt;보다 커야한다&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;return&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.undoStack.Count &amp;gt; 1;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; Redo &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;기능을 사용할 수 있는지 여부를 가져온다&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;public&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;bool&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; IsCanRedo&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;get&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; { &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;return&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.redoStack.Count &amp;gt; 0; }&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;public&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; UndoRedoHistory()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;(DefaultUndoCount)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;public&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; UndoRedoHistory(&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;int&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; defaultUndoCount)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;undoStack = &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;new&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;RimitedStack&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;T&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;gt;(defaultUndoCount);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;redoStack = &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;new&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;RimitedStack&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;T&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;gt;(defaultUndoCount);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;이전 상태를 가져온다&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;returns&amp;gt;&amp;lt;/returns&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;public&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;T&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; Undo()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;T&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; state = &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.undoStack.Pop();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.redoStack.Push(state);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;return&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.undoStack.Peek();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;이후 상태를 가져온다&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;returns&amp;gt;&amp;lt;/returns&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;public&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;T&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; Redo()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;T&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; state = &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.redoStack.Pop();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.undoStack.Push(state);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;return&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; state;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;상태를 추가한다&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;param name=&quot;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;state&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&quot;&amp;gt;&amp;lt;/param&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;public&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;void&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; AddState(&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;T&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; state)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.undoStack.Push(state);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.redoStack.Clear();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;상태를 모두 제거한다&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;internal&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;void&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; Clear()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.undoStack.Clear();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.redoStack.Clear();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 8pt&quot;&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; LINE-HEIGHT: 107%; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ReimetedStack은 개수 제한이 있는 스택이다. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;개수 제한이 걸렸을 때, 맨 처음 삽입한 상태를 제거해야하므로,&amp;nbsp;내부 자료구조는 사실&amp;nbsp;Stack이 아닌 List로 구현해놓았다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=714 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; WIDTH: 714px; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid&quot;&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;개수 제한이 있는 스택 클래스&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;internal&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;class&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;LimitedStack&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;T&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;List&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;T&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;gt; list = &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;new&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;List&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;T&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;gt;();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;readonly&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;int&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; capacity;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;개수를 가져온다&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;public&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;int&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; Count&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;get&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; { &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;return&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.list.Count; }&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;생성자&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;param name=&quot;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;capacity&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&quot;&amp;gt;&amp;lt;/param&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;public&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; LimitedStack(&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;int&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; capacity)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.capacity = capacity;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;맨위의 개체를 반환하고 제거한다&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;returns&amp;gt;&amp;lt;/returns&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;internal&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;T&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; Pop()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;T&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; t = &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.list[0];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.list.RemoveAt(0);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;return&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; t;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;개체를 맨위에 삽입한다&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;param name=&quot;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;state&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&quot;&amp;gt;&amp;lt;/param&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;internal&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;void&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; Push(&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;T&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; state)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.list.Insert(0, state);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;if&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; (&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.list.Count &amp;gt; capacity)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.list.RemoveAt(&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.list.Count - 1);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;맨위의 개체를 제거하지 않고 반환한다&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;returns&amp;gt;&amp;lt;/returns&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;internal&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;T&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; Peek()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;return&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.list[0];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;개체를 모두 제거한다&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;internal&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;void&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; Clear()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.list.Clear();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 8pt&quot;&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; LINE-HEIGHT: 107%; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;아래는 텍스트 박스의 내용을 저장하는 기능을 구현한 데모 코드이다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=714 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; WIDTH: 714px; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid&quot;&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;public&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;partial&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;class&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Form1&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; : &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Form&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;UndoRedoHistory&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;string&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;gt; undoRedoHistory = &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;new&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;UndoRedoHistory&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;string&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;gt;(10);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;public&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; Form1()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;InitializeComponent();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;SaveCurrentState();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.textBox1.KeyDown += TextBox1_KeyDown;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;private&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;void&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; TextBox1_KeyDown(&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;object&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; sender, &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;KeyEventArgs&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; e)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Keys&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; keyData = e.KeyData;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;if&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; ((keyData &amp;amp; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Keys&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.Control) == &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Keys&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.Control)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;if&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; ((keyData &amp;amp; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Keys&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.Z) == &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Keys&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.Z)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.Undo();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;else&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;if&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; ((keyData &amp;amp; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Keys&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.Y) == &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Keys&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.Y)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.Redo();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;private&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;void&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; Redo()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;if&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; (&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.undoRedoHistory.IsCanRedo)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.textBox1.Text = &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.undoRedoHistory.Redo();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;private&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;void&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; Undo()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;if&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; (&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.undoRedoHistory.IsCanUndo)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.textBox1.Text = &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.undoRedoHistory.Undo();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;private&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;void&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; btnSave_Click(&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;object&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; sender, &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;EventArgs&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; e)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.SaveCurrentState();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;현재 상태를 저장한다&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;private&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;void&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; SaveCurrentState()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;undoRedoHistory.AddState(&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.textBox1.Text);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 8pt&quot;&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; LINE-HEIGHT: 107%; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;샘플 프로젝트 :&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block;   height: auto; max-width: 100%;&quot;&gt;&lt;a href=&quot;https://t1.daumcdn.net/cfile/tistory/277B86405625C05428&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/zip.gif&quot; style=&quot;vertical-align: middle;&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot;/&gt;KDYFramework.UndoRedo.zip&lt;/a&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <category>.Net/C#</category>
      <category>C# redo</category>
      <category>C# undo</category>
      <category>C# undo redo</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/452</guid>
      <comments>https://ehdrn.tistory.com/452#entry452comment</comments>
      <pubDate>Tue, 20 Oct 2015 13:17:54 +0900</pubDate>
    </item>
    <item>
      <title>C# PictureBox 투명도 조절 (이미지 투명도 조절)</title>
      <link>https://ehdrn.tistory.com/451</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 340px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/221F743A561B01C040&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F221F743A561B01C040&quot; width=&quot;340&quot; height=&quot;342&quot; filename=&quot;1.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;위와 같이 PictureBox의 이미지를 투명하게 만드는 코드이다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. 불러올 파일의 경로의 Image 개체를 생성&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. ChangeOpacity 메서드를 통해 이미지의&amp;nbsp;알파값을 변경하여 새로운 비트맵 개체 생성&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. 생성한 비트맵 개체를 PictureBox Image 속성으로 설정&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4.&amp;nbsp;생성한 Image 개체 제거&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=714 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 893px; BORDER-RIGHT: #ccc 1px solid; WIDTH: 714px; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid&quot;&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;public&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;partial&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;class&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Form1&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; : &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Form&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;public&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; Form1()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;InitializeComponent();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;private&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;void&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; btnLoad_Click(&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;object&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; sender, &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;EventArgs&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; e)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;OpenFileDialog&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; of = &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;new&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;OpenFileDialog&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;if&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; (of.ShowDialog() == &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;DialogResult&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.OK)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;try&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.SetImage(of.FileName);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;catch&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; (&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Exception&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; ex)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;MessageBox&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.Show(ex.Message);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;private&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;void&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; SetImage(&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;string&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; fileName)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;try&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Image&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; img = &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Image&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.FromFile(fileName);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.pictureBox1.Image = ChangeOpacity(img, 0.5f);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;img.Dispose();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;catch&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; (&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Exception&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; ex)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;throw&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; ex;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;해당 이미지의 투명도를 변경한다&lt;SPAN &gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;param name=&quot;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;img&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&quot;&amp;gt;&amp;lt;/param&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;param name=&quot;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;opacityvalue&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&quot;&amp;gt;&amp;lt;/param&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;returns&amp;gt;&amp;lt;/returns&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;public&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Bitmap&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; ChangeOpacity(&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Image&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; img, &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;float&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; opacityvalue)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Bitmap&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; bmp = &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;new&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Bitmap&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;(img.Width, img.Height);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Graphics&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; graphics = &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Graphics&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.FromImage(bmp);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;ColorMatrix&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; colormatrix = &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;new&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;ColorMatrix&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;colormatrix.Matrix33 = opacityvalue;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;ImageAttributes&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; imgAttribute = &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;new&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;ImageAttributes&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;imgAttribute.SetColorMatrix(colormatrix, &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;ColorMatrixFlag&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.Default, &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;ColorAdjustType&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.Bitmap);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;graphics.DrawImage(img, &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;new&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;Rectangle&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;(0, 0, bmp.Width, bmp.Height), 0, 0, img.Width, img.Height, &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;GraphicsUnit&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.Pixel, imgAttribute);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;graphics.Dispose();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;return&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; bmp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;MARGIN: 0cm 0cm 8pt&quot;&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; LINE-HEIGHT: 107%; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;}&lt;/SPAN&gt;&lt;SPAN &gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;vs2015 프로젝트 :&amp;nbsp; &lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block;   height: auto; max-width: 100%;&quot;&gt;&lt;a href=&quot;https://t1.daumcdn.net/cfile/tistory/277AE73A561B025713&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/zip.gif&quot; style=&quot;vertical-align: middle;&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot;/&gt;PictureBox투명도.zip&lt;/a&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;출처 : &lt;A href=&quot;https://raviranjankr.wordpress.com/2011/05/25/change-opacity-of-image-in-c/&quot;&gt;https://raviranjankr.wordpress.com/2011/05/25/change-opacity-of-image-in-c/&lt;/A&gt;&lt;/P&gt;</description>
      <category>.Net/Winform</category>
      <category>C# picturebox</category>
      <category>C# 이미지 투명</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/451</guid>
      <comments>https://ehdrn.tistory.com/451#entry451comment</comments>
      <pubDate>Mon, 12 Oct 2015 09:44:37 +0900</pubDate>
    </item>
    <item>
      <title>LightningChart Zoom Bug</title>
      <link>https://ehdrn.tistory.com/450</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;figure class=&quot;unsupported component-kakaotv&quot; contenteditable=&quot;false&quot; style=&quot;background:#000;margin:16px 0;min-height:72px;padding:10px 16px;display:flex;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;width:100%;max-width:100%;&quot;&gt;
    &lt;p contenteditable=&quot;false&quot; style=&quot;margin:0;color:#8a8a8a;font-size:13px;line-height:1.6;user-select:none;pointer-events:none;&quot;&gt;동영상 서비스가 종료되어 해당 콘텐츠를 재생할 수 없습니다.&lt;/p&gt;
&lt;/figure&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;답변 : &lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FLOAT: none; COLOR: rgb(255,255,204); FONT: 13px/18px 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; WIDOWS: 1; DISPLAY: inline !important; LETTER-SPACING: normal; BACKGROUND-COLOR: rgb(20,20,20); TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px&quot;&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FLOAT: none; COLOR: #000000; FONT: 13px/18px 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; WIDOWS: 1; DISPLAY: inline !important; LETTER-SPACING: normal; BACKGROUND-COLOR: #ffffff; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px&quot;&gt;t's actually not a bug, but may seem such. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FLOAT: none; COLOR: rgb(255,255,204); FONT: 13px/18px 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; WIDOWS: 1; DISPLAY: inline !important; LETTER-SPACING: normal; BACKGROUND-COLOR: rgb(20,20,20); TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px&quot;&gt;&lt;SPAN style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;In stacked or segmented mode, vertical zooming currently works as follows: &lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;axis.Maximum and Minimum are multiplied or divided (depending on in/out zoom) by ViewXY.ZoomPanOptions.ZoomFactor value. That happens when zooming with Ctrl + left or right mouse button click. Wheel is related to factor this as well. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FLOAT: none; COLOR: #000000; FONT: 13px/18px 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; WIDOWS: 1; DISPLAY: inline !important; LETTER-SPACING: normal; BACKGROUND-COLOR: #ffffff; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px&quot;&gt;As your Y range is not symmetrical to 0 level, the new zoomed scale is not suitable for your data. And in your code you have enabled series.LimitYToStackSegment, so it shows up very clearly and ugly. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FLOAT: none; COLOR: #000000; FONT: 13px/18px 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; WIDOWS: 1; DISPLAY: inline !important; LETTER-SPACING: normal; BACKGROUND-COLOR: #ffffff; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px&quot;&gt;There's a way to override zooming with custom logic like this, by using BeforeZooming event handler: &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FLOAT: none; COLOR: #000000; FONT: 13px/18px 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; WIDOWS: 1; DISPLAY: inline !important; LETTER-SPACING: normal; BACKGROUND-COLOR: #ffffff; TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px&quot;&gt;m_chart.ViewXY.BeforeZooming += ViewXY_BeforeZooming;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style=&quot;WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; FLOAT: none; COLOR: rgb(255,255,204); FONT: 13px/18px 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; WIDOWS: 1; DISPLAY: inline !important; LETTER-SPACING: normal; BACKGROUND-COLOR: rgb(20,20,20); TEXT-INDENT: 0px; -webkit-text-stroke-width: 0px&quot;&gt;
&lt;P&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;//Make symmetrical zooming around old Y range center point. &lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;void ViewXY_BeforeZooming(System.Collections.Generic.List&amp;lt;RangeChangeInfo&amp;gt; xRanges, &lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;System.Collections.Generic.List&amp;lt;RangeChangeInfo&amp;gt; yRanges, bool byWheel, ref bool cancel)&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;{&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;m_chart.BeginUpdate();&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;cancel = true; &lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;foreach(RangeChangeInfo rci in yRanges)&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;{&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;double yMid = (rci.OldMin + rci.OldMax) / 2.0;&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;double newYRange = rci.NewMax - rci.NewMin; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;rci.Axis.SetRange(yMid-newYRange/2.0, yMid + newYRange/2.0);&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;}&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;m_chart.EndUpdate();&lt;/SPAN&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;br /&gt;&lt;SPAN style=&quot;COLOR: #000000; BACKGROUND-COLOR: #ffffff&quot;&gt;Maybe we should change the built-in zooming to use this kind of &quot;symmetrical-to-Y-range-mid-point&quot; instead of the current approach?&lt;/SPAN&gt;&lt;br /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <category>.Net/└LightningChart</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/450</guid>
      <comments>https://ehdrn.tistory.com/450#entry450comment</comments>
      <pubDate>Tue, 6 Oct 2015 14:02:09 +0900</pubDate>
    </item>
    <item>
      <title>C# 원문자 구하기</title>
      <link>https://ehdrn.tistory.com/449</link>
      <description>&lt;P&gt;해당 숫자에해당하는 원문자를 반환하는 메서드입니다.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=714 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; WIDTH: 714px; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid&quot;&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;해당 숫자에 해당하는 원문자열을 반환한다&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;param name=&quot;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;number&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&quot;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;변환하고자 하는 숫자&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/param&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;returns&amp;gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;변환된 원문자열&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/returns&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;private&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;string&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; ConvertCombinumerals(&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;int&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; number)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;char&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; c = &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #a31515; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;' '&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;if&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; (number == 0)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;c = (&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;char&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;)9450;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;else&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;if&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; (number &amp;gt;= 1 &amp;amp;&amp;amp; number &amp;lt;= 20)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;c = (&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;char&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;)(9312 + (number - 1));&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;else&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;if&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; (number &amp;gt;= 21 &amp;amp;&amp;amp; number &amp;lt;= 35)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;c = (&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;char&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;)(12881 + (number - 21));&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;else&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;if&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; (number &amp;gt;= 36 &amp;amp;&amp;amp; number &amp;lt;= 50)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;c = (&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;char&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;)(12977 + (number - 36));&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;return&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; c.ToString();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 8pt&quot;&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; LINE-HEIGHT: 107%; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN-BOTTOM: 0pt; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN-TOP: 0cm; LINE-HEIGHT: normal; MARGIN-RIGHT: 0cm; mso-layout-grid-align: none&quot; align=left&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;아래는 원문자에 해당하는 유니코드 값입니다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;⓪&amp;nbsp;9450&lt;br /&gt;①&amp;nbsp;9312&lt;br /&gt;②&amp;nbsp;9313&lt;br /&gt;③&amp;nbsp;9314&lt;br /&gt;④&amp;nbsp;9315&lt;br /&gt;⑤&amp;nbsp;9316&lt;br /&gt;⑥&amp;nbsp;9317&lt;br /&gt;⑦&amp;nbsp;9318&lt;br /&gt;⑧&amp;nbsp;9319&lt;br /&gt;⑨&amp;nbsp;9320&lt;br /&gt;⑩&amp;nbsp;9321&lt;br /&gt;⑪&amp;nbsp;9322&lt;br /&gt;⑫&amp;nbsp;9323&lt;br /&gt;⑬&amp;nbsp;9324&lt;br /&gt;⑭&amp;nbsp;9325&lt;br /&gt;⑮&amp;nbsp;9326&lt;br /&gt;⑯&amp;nbsp;9327&lt;br /&gt;⑰&amp;nbsp;9328&lt;br /&gt;⑱&amp;nbsp;9329&lt;br /&gt;⑲&amp;nbsp;9330&lt;br /&gt;⑳&amp;nbsp;9331&lt;br /&gt;㉑&amp;nbsp;12881&lt;br /&gt;㉒&amp;nbsp;12882&lt;br /&gt;㉓&amp;nbsp;12883&lt;br /&gt;㉔&amp;nbsp;12884&lt;br /&gt;㉕&amp;nbsp;12885&lt;br /&gt;㉖&amp;nbsp;12886&lt;br /&gt;㉗&amp;nbsp;12887&lt;br /&gt;㉘&amp;nbsp;12888&lt;br /&gt;㉙&amp;nbsp;12889&lt;br /&gt;㉚&amp;nbsp;12890&lt;br /&gt;㉛&amp;nbsp;12891&lt;br /&gt;㉜&amp;nbsp;12892&lt;br /&gt;㉝&amp;nbsp;12893&lt;br /&gt;㉞&amp;nbsp;12894&lt;br /&gt;㉟&amp;nbsp;12895&lt;br /&gt;㊱&amp;nbsp;12977&lt;br /&gt;㊲&amp;nbsp;12978&lt;br /&gt;㊳&amp;nbsp;12979&lt;br /&gt;㊴&amp;nbsp;12980&lt;br /&gt;㊵&amp;nbsp;12981&lt;br /&gt;㊶&amp;nbsp;12982&lt;br /&gt;㊷&amp;nbsp;12983&lt;br /&gt;㊸&amp;nbsp;12984&lt;br /&gt;㊹&amp;nbsp;12985&lt;br /&gt;㊺&amp;nbsp;12986&lt;br /&gt;㊻&amp;nbsp;12987&lt;br /&gt;㊼&amp;nbsp;12988&lt;br /&gt;㊽&amp;nbsp;12989&lt;br /&gt;㊾&amp;nbsp;12990&lt;br /&gt;㊿&amp;nbsp;12991&lt;br /&gt;&lt;/P&gt;</description>
      <category>.Net/C#</category>
      <category>CombiNumerals</category>
      <category>원문자 유니코드</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/449</guid>
      <comments>https://ehdrn.tistory.com/449#entry449comment</comments>
      <pubDate>Mon, 5 Oct 2015 15:10:54 +0900</pubDate>
    </item>
    <item>
      <title>[산본]내치킨내놔라! - ★★★★★</title>
      <link>https://ehdrn.tistory.com/448</link>
      <description>&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;꼭 단골 가게를 만들겠다는 생각으로&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;결혼하고 자주 치킨을 시켜 먹었어요&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;그 덕분에 날이 갈수록 살들은&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;주체를 못하고....늘어만 가네요....&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;IMG alt=엉엉 src=&quot;http://i1.daumcdn.net/mimg/mypeople/sticker/edit/23.png&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style=&quot;MARGIN: auto; WIDTH: 300px&quot;&gt;
&lt;SCRIPT type=text/javascript src=&quot;http://ehdrnsep.dothome.co.kr/AD1.js&quot;&gt;&lt;/SCRIPT&gt;
 &lt;/DIV&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;그래도 치킨은 맛있으니까....ㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;아직 맛있는 치킨을 찾지 못해서&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;내스타일의 치킨을 찾겠다는 굳은 의지로&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;새로운 곳에 치킨을 주문했어요&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;IMG alt=요리 src=&quot;http://i1.daumcdn.net/mimg/mypeople/sticker/edit/sticker_314.png&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;이번에 주문한 치킨집 이름은&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&quot;&lt;STRONG&gt;내치킨내놔라!&lt;/STRONG&gt;&quot;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;메뉴는 다양한거 같아요~&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 320px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2412364155E9349D2F&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2412364155E9349D2F&quot; width=&quot;320&quot; height=&quot;397&quot; filename=&quot;캡처.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;요건 한마리 치킨 메뉴에요&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;(메뉴 사진 찍은게 없어서 치킨집 블로그에서 퍼왔어요)&lt;/P&gt;
&lt;DIV style=&quot;MARGIN: auto; WIDTH: 300px&quot;&gt;
&lt;SCRIPT type=text/javascript src=&quot;http://ehdrnsep.dothome.co.kr/AD2.js&quot;&gt;&lt;/SCRIPT&gt;
&lt;/DIV&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 320px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2209E23F55E9355E0C&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2209E23F55E9355E0C&quot; width=&quot;320&quot; height=&quot;267&quot; filename=&quot;캡처1.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;요건 두마리 치킨 메뉴에요&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;(이것도 치킨집 블로그에서 퍼왔어요)&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;두마리 메뉴로 주문하면&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;7000원 정도 할인되는거 같아요&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 320px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/250FFF3F55E9355F08&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F250FFF3F55E9355F08&quot; width=&quot;320&quot; height=&quot;395&quot; filename=&quot;캡처2.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;내치킨내놔라에는 문어치킨도 있데요&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;(어디가 원조인지는 잘 모르겠지만..ㅋㅋ)&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style=&quot;MARGIN: auto; WIDTH: 300px&quot;&gt;
&lt;SCRIPT type=text/javascript src=&quot;http://ehdrnsep.dothome.co.kr/AD3.js&quot;&gt;&lt;/SCRIPT&gt;
&lt;/DIV&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;저흰 언제나 그랬듯 양념반/후라이드반!!&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;여기 후라이드는 크리스피래요~&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;저는 크리스피를 좋아하지만&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;남편은 옛날통닭 스타일이라.. 고민했지만&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;결국 내가 먹고 싶으니까.. 주문!ㅋㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;날마다 다르겠지만&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;저희가 주문한 날엔 배달 오기까지 &lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;40분 정도 소요됐어요&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2251E64B55E930660C&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2251E64B55E930660C&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;20150711_232612.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;병아리 같은 닭이 있어&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;더 귀여워 보이는 로고에요 ㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2525064B55E9306F39&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2525064B55E9306F39&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;20150711_232624.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;치킨 상자에도 귀여운 로고가 딱!!ㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;콜라 + 무 + 치킨&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;심플한 구성이에요 ㅋㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 272px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2466914B55E9315E03&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2466914B55E9315E03&quot; width=&quot;272&quot; height=&quot;457&quot; filename=&quot;20150711_232738.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;여기의 쿠폰은 &lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;10장을 모아야 서비스를 주는 &lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;다른&amp;nbsp;치킨집이랑 약간 달라요~&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;3장 =&amp;gt; 감자튀김&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;5장 =&amp;gt; 치킨반마리&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;10장 =&amp;gt; 크리스피한마리&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;저는 개인적으로&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;몇장만 모으면 서비스를 받을 수 있는&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;이 제도가 마음에 들어요&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;IMG alt=하트3 src=&quot;http://i1.daumcdn.net/mimg/mypeople/sticker/edit/sticker_369.png&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;이제 본격적으로 치킨을!!&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2652164F55E9329704&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2652164F55E9329704&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;20150711_232811.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;양념 반 / 후라이드(크리스피) 반&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;양념 비쥬얼에&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;글쓰고 있는 지금도 군침이 도네요..ㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2445064F55E9329E10&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2445064F55E9329E10&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;20150711_233256.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;둘다 너무 맛있게 생겼죠??&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;먹고 싶은 마음이&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;사진 찍는 마음보다 커서&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;대충 찍고 맛을 봤었요 ㅋㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/241D6A4F55E932A733&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F241D6A4F55E932A733&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;20150711_233317.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;(이사진은 심지어 흔들렷네요...ㅋㅋ)&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;양념이랑 후라이드 둘다 너무 맛있었어요&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;IMG alt=하트3 src=&quot;http://i1.daumcdn.net/mimg/mypeople/sticker/edit/sticker_369.png&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;남편은 크리스피 안좋아하는데도&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;맛있다고 냠냠쩝쩝!!ㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;요즘 먹어본 배달 치킨 중&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;최고였던거 같아요~~&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;하지만 아쉬운 점은 양이 조금 적어요!&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;저희는 보통 치킨을 시키면&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;남아서 내일 또 먹는데&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;이번엔 둘이서 한마리를 뚝딱!&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;그래도 맛있으니&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;다음에는 간장이랑 매운 양념도&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;먹어봐야겠어요ㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;- &lt;STRONG&gt;100% 돈을 지불하고 먹은 후기였습니다.&lt;/STRONG&gt; -&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style=&quot;MARGIN: auto; WIDTH: 300px&quot;&gt;
&lt;SCRIPT type=text/javascript src=&quot;http://ehdrnsep.dothome.co.kr/AD4.js&quot;&gt;&lt;/SCRIPT&gt;
&lt;/DIV&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;iframe id=&quot;emap_494304&quot; src=&quot;/proxy/plusmapViewer.php?id=emap_494304&amp;amp;mapGb=V&quot; width=&quot;521&quot; height=&quot;451&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot; mapdata=&quot;map_type=TYPE_MAP&amp;map_hybrid=false&amp;idx=1&amp;title=%EB%82%B4%EC%B9%98%ED%82%A8%EB%82%B4%EB%86%94%EB%9D%BC&amp;addr=%EA%B2%BD%EA%B8%B0%EB%8F%84%20%EA%B5%B0%ED%8F%AC%EC%8B%9C%20%EA%B4%91%EC%A0%95%EB%8F%99&amp;tel=031-395-2511&amp;mapX=483960&amp;mapY=1074488&amp;ifrW=490px&amp;ifrH=362px&amp;addtype=1&amp;map_level=4&amp;rcode=3116061&amp;docid=&amp;confirmid=18694322&amp;mapWidth=490&amp;mapHeight=362&amp;mapInfo=%7B%22version%22%3A2%2C%22mapWidth%22%3A490%2C%22mapHeight%22%3A362%2C%22mapCenterX%22%3A483960%2C%22mapCenterY%22%3A1074488%2C%22mapLevel%22%3A4%2C%22coordinate%22%3A%22wcongnamul%22%2C%22markInfo%22%3A%5B%7B%22markerType%22%3A%22standPlace%22%2C%22coordinate%22%3A%22wcongnamul%22%2C%22x%22%3A483618%2C%22y%22%3A1074489%2C%22clickable%22%3Atrue%2C%22draggable%22%3Atrue%2C%22icon%22%3A%7B%22width%22%3A35%2C%22height%22%3A56%2C%22offsetX%22%3A17%2C%22offsetY%22%3A56%2C%22src%22%3A%22http%3A%2F%2Fi1.daumcdn.net%2Flocalimg%2Flocalimages%2F07%2F2012%2Fattach%2Fpc_img%2Fico_marker2_150331.png%22%7D%2C%22content%22%3A%22%EB%82%B4%EC%B9%98%ED%82%A8%EB%82%B4%EB%86%94%EB%9D%BC%22%2C%22confirmid%22%3A18694322%7D%5D%2C%22graphicInfo%22%3A%5B%5D%2C%22roadviewInfo%22%3A%5B%5D%7D&amp;toJSONString=&quot;&gt;&lt;/iframe&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;</description>
      <category>동구의 음식 여행기</category>
      <category>군포 맛집</category>
      <category>군포 치킨</category>
      <category>금정 맛집</category>
      <category>금정 치킨</category>
      <category>내치킨내놔라</category>
      <category>문어치킨</category>
      <category>산본 맛집</category>
      <category>산본 문어치킨</category>
      <category>산본 치킨</category>
      <category>치킨 맛집</category>
      <category>크리스피치킨</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/448</guid>
      <comments>https://ehdrn.tistory.com/448#entry448comment</comments>
      <pubDate>Fri, 4 Sep 2015 15:25:25 +0900</pubDate>
    </item>
    <item>
      <title>SerialPort Read Blocking 시키기</title>
      <link>https://ehdrn.tistory.com/446</link>
      <description>&lt;P&gt;닷넷의 SerialPort 클래스를 이용해 통신을 하다보니 문제가 발생하였다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Read 메서드를 이용해 특정 바이트 수만큼 읽는 로직을 작성하였는데,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;예를들어 4바이트를 Read하면 4바이트 이하여도 Read 메서드의 Blocking이 풀리는 현상이다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;사실 버그는 아니고......msdn을 살펴보니 수신 버퍼가 비어있지 않다면 해당&amp;nbsp; Read 메서드의 인자인&amp;nbsp; count 이하만큼&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;읽어버리는 것을 알았다. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;아래와 같이 처리해주면 count만큼 수신할 수 있다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=714 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; WIDTH: 714px; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid&quot;&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;데이터를 수신한다&lt;SPAN &gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;param name=&quot;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;buf&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&quot;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;수신할 버퍼&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/param&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;param name=&quot;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;offset&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&quot;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;데이터를 저장할 위치&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/param&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;param name=&quot;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;count&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&quot;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;데이터 저장 바이트 수&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;/param&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;///&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&amp;lt;returns&amp;gt;&amp;lt;/returns&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;public&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;int&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; Receive(&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;byte&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;[] buf, &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;int&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; offset, &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;int&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; count)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;if&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; (&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;this&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;.serialPort != &lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;null&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;int&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; bytesExpected = count, bytesRead = 0;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;while&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; (bytesExpected &amp;gt; 0 &amp;amp;&amp;amp; (bytesRead = serialPort.Read(buf, offset, bytesExpected)) &amp;gt; 0)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;offset += bytesRead;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;bytesExpected -= bytesRead;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;return&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; count;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;else&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;return&lt;/SPAN&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt; 0;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;MARGIN: 0cm 0cm 8pt&quot;&gt;&lt;SPAN  style='FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; LINE-HEIGHT: 107%; mso-hansi-font-family: &quot;맑은 고딕&quot;; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt'&gt;}&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <category>.Net/C#</category>
      <category>SerialPort Block</category>
      <category>serialport Read</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/446</guid>
      <comments>https://ehdrn.tistory.com/446#entry446comment</comments>
      <pubDate>Wed, 5 Aug 2015 09:41:08 +0900</pubDate>
    </item>
    <item>
      <title>Visual Studio 2015 Professional 설치 후 언어 문제</title>
      <link>https://ehdrn.tistory.com/445</link>
      <description>&lt;P&gt;닷넷프레임워크 4.5의 라이브러리 xml이 영어로 변경되버린 버그가 있었다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;아래의 경로의 xml파일들이 모두 영문으로 구성되어 VS의 인텔리센스에서 영문으로 표시되었다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\ko&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: left; CLEAR: none&quot;&gt;임시방편으로 닷넷프레임워크 4.5.1의 한글 xml파일을 덮어씌워서 해결하였다.&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: left; CLEAR: none&quot;&gt;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\ko &lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 742px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/264A9E4955BB32921D&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F264A9E4955BB32921D&quot; width=&quot;742&quot; height=&quot;819&quot; filename=&quot;1.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <category>VisualStudio</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/445</guid>
      <comments>https://ehdrn.tistory.com/445#entry445comment</comments>
      <pubDate>Fri, 31 Jul 2015 17:29:51 +0900</pubDate>
    </item>
    <item>
      <title>Visual Studio 2015 확장 기능 사용</title>
      <link>https://ehdrn.tistory.com/444</link>
      <description>&lt;P&gt;RockMargin 확장툴은 테스트해보니 적용되었습니다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;RockMargin 테스트&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. VS2013 확장파일을 다운로드 받습니다. &lt;/P&gt;
&lt;P&gt;2. Lardite.RefAssistant.11.0.vxix 파일의&amp;nbsp;확장자를&amp;nbsp;*.ZIP 으로 변경합니다.&lt;/P&gt;
&lt;P&gt;3. 압축을 풀어서 extension.vsixmanifest 파일을 에디트창으로 엽니다.&lt;/P&gt;
&lt;P&gt;4. SupportedProducts 노드에 아래의 VS2015 내용을 추가합니다.&lt;/P&gt;
&lt;P&gt;&amp;lt;VisualStudio Version=&quot;14.0&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Edition&amp;gt;IntegratedShell&amp;lt;/Edition&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/VisualStudio&amp;gt;&lt;/P&gt;
&lt;P&gt;5.&amp;nbsp;저장하고 다시 압축을 하고 확장자를 *.vsix로 변경하고 더블클릭하여 설치합니다&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <category>VisualStudio/추가기능</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/444</guid>
      <comments>https://ehdrn.tistory.com/444#entry444comment</comments>
      <pubDate>Fri, 31 Jul 2015 15:01:35 +0900</pubDate>
    </item>
    <item>
      <title>보네이도 에어서큘레이터 633W 70주년 이벤트</title>
      <link>https://ehdrn.tistory.com/443</link>
      <description>&lt;P&gt;보네이도 에어서큘레이터 633W 70주년 이벤트에 응모해서 겨우 구매 성공했습니다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;70%의 가격으로 38,400원에 구매했습니다. ㅎㅎㅎㅎㅎ&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;배송오면 후기 올리겠습니다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 678px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2745734555A8AD9B34&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2745734555A8AD9B34&quot; width=&quot;678&quot; height=&quot;641&quot; filename=&quot;1.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 669px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/21719A3F55A8AD831D&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F21719A3F55A8AD831D&quot; width=&quot;669&quot; height=&quot;272&quot; filename=&quot;2.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 690px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/236F723F55A8ADE021&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F236F723F55A8ADE021&quot; width=&quot;690&quot; height=&quot;970&quot; filename=&quot;70a_02-01.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 659px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/273C804355A8AE0A1D&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F273C804355A8AE0A1D&quot; width=&quot;659&quot; height=&quot;907&quot; filename=&quot;34.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 684px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2302053F55A8AE2718&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2302053F55A8AE2718&quot; width=&quot;684&quot; height=&quot;280&quot; filename=&quot;55.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <category>동구의 주저리</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/443</guid>
      <comments>https://ehdrn.tistory.com/443#entry443comment</comments>
      <pubDate>Fri, 17 Jul 2015 16:24:16 +0900</pubDate>
    </item>
    <item>
      <title>C# Visual Studio와 같은 컨트롤 배치 컨트롤</title>
      <link>https://ehdrn.tistory.com/442</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;figure class=&quot;unsupported component-kakaotv&quot; contenteditable=&quot;false&quot; style=&quot;background:#000;margin:16px 0;min-height:72px;padding:10px 16px;display:flex;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;width:100%;max-width:100%;&quot;&gt;
    &lt;p contenteditable=&quot;false&quot; style=&quot;margin:0;color:#8a8a8a;font-size:13px;line-height:1.6;user-select:none;pointer-events:none;&quot;&gt;동영상 서비스가 종료되어 해당 콘텐츠를 재생할 수 없습니다.&lt;/p&gt;
&lt;/figure&gt;&lt;/P&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;VisualStudio에서 컨트롤 배치 할때와 같이&amp;nbsp;도구상자에서 드래그&amp;amp;드롭하여 배치하는 예제이다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;개발 내용 :&lt;/P&gt;
&lt;P&gt;1. 디자인 모드일때&amp;nbsp;투명한 패널을&amp;nbsp;앞에두어서 Button,TextBox와 같이 클릭에 반응하는 컨트롤들이 반응하지 않게두었다.&lt;/P&gt;
&lt;P&gt;2. Painted 이벤트를 두어서 자식 컨트롤 최상단에 Graphics 개체를 이용해 Drawing을 할수있게 하였다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block;   height: auto; max-width: 100%;&quot;&gt;&lt;a href=&quot;https://t1.daumcdn.net/cfile/tistory/220D1835559F7B3F1E&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/zip.gif&quot; style=&quot;vertical-align: middle;&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot;/&gt;컨트롤드래그앤드랍추가및크기조절.zip&lt;/a&gt;&lt;/span&gt;&lt;/P&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <category>.Net/Winform</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/442</guid>
      <comments>https://ehdrn.tistory.com/442#entry442comment</comments>
      <pubDate>Fri, 10 Jul 2015 16:58:59 +0900</pubDate>
    </item>
    <item>
      <title>[산본 미용실] 헤어왕 후기</title>
      <link>https://ehdrn.tistory.com/441</link>
      <description>&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;결혼하고 머리 자른거 말고는&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;처음으로 머리하러 가는 길이였어요~~&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;그동안 머리도 자라서&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;뿌리염색도 해야하고..&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;결혼할때 염색을 2번 했더니&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;많이 상하기도 하고..&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;그래서 걱정을 많이 않고 &lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;산본역에서 가까운 헤어왕에 찾아갔어용&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/24172C4D5598D6A90D&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F24172C4D5598D6A90D&quot; width=&quot;580&quot; height=&quot;325&quot; filename=&quot;SAM_0941.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;저위에 보이시나요??ㅋㅋㅋㅋ&lt;/P&gt;
&lt;DIV style=&quot;WIDTH: 300px; MARGIN: auto&quot;&gt;
&lt;SCRIPT type=text/javascript src=&quot;http://ehdrnsep.dothome.co.kr/AD1.js&quot;&gt;&lt;/SCRIPT&gt;
 &lt;/DIV&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;삼통치킨 건물 4층에 있어요...&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;사진을 너무 못 찍었네요..ㅜㅜ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 422px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2643E9435598D67519&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2643E9435598D67519&quot; width=&quot;422&quot; height=&quot;750&quot; filename=&quot;SAM_0942.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;1층엔 삼통치킨 ㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;4층엔 헤어왕 ㅋㅋㅋㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 422px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/266795435598D67902&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F266795435598D67902&quot; width=&quot;422&quot; height=&quot;750&quot; filename=&quot;SAM_0944.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;4층에 내리면 바로 &lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;헤어왕 입구에요 ㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;깔끔하면서 이쁘네요 ㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style=&quot;WIDTH: 300px; MARGIN: auto&quot;&gt;
&lt;SCRIPT type=text/javascript src=&quot;http://ehdrnsep.dothome.co.kr/AD2.js&quot;&gt;&lt;/SCRIPT&gt;
&lt;/DIV&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 422px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/255C89435598D67F09&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F255C89435598D67F09&quot; width=&quot;422&quot; height=&quot;750&quot; filename=&quot;SAM_0945.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;눌러주세요를 누르고 들어가면&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 422px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/235E73435598D68408&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F235E73435598D68408&quot; width=&quot;422&quot; height=&quot;750&quot; filename=&quot;SAM_0946.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;이렇게 깔끔한 미용실이 나와요 ㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;제가 흰&amp;amp;검을 좋아해서 그런지&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;인테리어가 정말 맘에 들었어요 &lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 422px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2337E6435598D68920&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2337E6435598D68920&quot; width=&quot;422&quot; height=&quot;750&quot; filename=&quot;SAM_0947.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;의자 옆으로 들어가면&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;머리하는 곳이에요 ㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 422px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2306CE4B5598D7831A&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2306CE4B5598D7831A&quot; width=&quot;422&quot; height=&quot;750&quot; filename=&quot;SAM_0948.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;머리를 하기 전&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;상담 받는 곳이에요 ㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style=&quot;WIDTH: 300px; MARGIN: auto&quot;&gt;
&lt;SCRIPT type=text/javascript src=&quot;http://ehdrnsep.dothome.co.kr/AD3.js&quot;&gt;&lt;/SCRIPT&gt;
&lt;/DIV&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 422px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2660044B5598D7892E&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2660044B5598D7892E&quot; width=&quot;422&quot; height=&quot;750&quot; filename=&quot;SAM_0949.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;제가 막 사진 찍고 있으니 ㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;허민 점장님이 포즈를~&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;사진 찍는거 좋아한다고 막찍어 달라는..ㅋㅋㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2160D24B5598D78F2D&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2160D24B5598D78F2D&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;SAM_0950.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;이제 본격적으로&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;헤어 상담을 받을꺼에용 ㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/224891495598D86705&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F224891495598D86705&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;SAM_0954.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;뿌염을 하러 간건데..&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;제 머리를 보시더니&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;머리 손상이 심하다고..ㅠㅠ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;염색하면 손상이 더심해진다고...&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;말리시더라구용,.&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/244317495598D86D08&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F244317495598D86D08&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;SAM_0955.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;제 머리를 만져보고&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;물뿌려 보고 ..ㅋㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;꼼꼼이 확인하시고&lt;/P&gt;
&lt;DIV style=&quot;WIDTH: 300px; MARGIN: auto&quot;&gt;
&lt;SCRIPT type=text/javascript src=&quot;http://ehdrnsep.dothome.co.kr/AD4.js&quot;&gt;&lt;/SCRIPT&gt;
&lt;/DIV&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;염색은 안되겠다고..ㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/223DFF495598D8740B&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F223DFF495598D8740B&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;SAM_0957.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;결국 펌하기로 했습니당&amp;gt;.&amp;lt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;염색도 하고 싶고 펌도 하고 싶고...ㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;고민 엄청 했거든요 ㅋㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;시간이 늦어서 펌은 다음주에 와야겠다고 하셔서&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;예약하고 왔습니당.ㅋㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;펌하고 후기 또 올릴게용 ㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;iframe id=&quot;emap_625628&quot; src=&quot;/proxy/plusmapViewer.php?id=emap_625628&amp;amp;mapGb=V&quot; width=&quot;521&quot; height=&quot;451&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot; mapdata=&quot;map_type=TYPE_MAP&amp;map_hybrid=false&amp;idx=1&amp;title=%ED%97%A4%EC%96%B4%EC%99%95%20%EC%82%B0%EB%B3%B8%EC%A0%90&amp;addr=%EA%B2%BD%EA%B8%B0%EB%8F%84%20%EA%B5%B0%ED%8F%AC%EC%8B%9C%20%EA%B4%91%EC%A0%95%EB%8F%99&amp;tel=031-398-6333&amp;mapX=484800&amp;mapY=1072048&amp;ifrW=490px&amp;ifrH=362px&amp;addtype=1&amp;map_level=4&amp;rcode=3116061&amp;docid=&amp;confirmid=22578454&amp;mapWidth=490&amp;mapHeight=362&amp;mapInfo=%7B%22version%22%3A2%2C%22mapWidth%22%3A490%2C%22mapHeight%22%3A362%2C%22mapCenterX%22%3A484800%2C%22mapCenterY%22%3A1072048%2C%22mapLevel%22%3A4%2C%22coordinate%22%3A%22wcongnamul%22%2C%22markInfo%22%3A%5B%7B%22markerType%22%3A%22standPlace%22%2C%22coordinate%22%3A%22wcongnamul%22%2C%22x%22%3A484800%2C%22y%22%3A1072053%2C%22clickable%22%3Atrue%2C%22draggable%22%3Atrue%2C%22icon%22%3A%7B%22width%22%3A35%2C%22height%22%3A56%2C%22offsetX%22%3A17%2C%22offsetY%22%3A56%2C%22src%22%3A%22http%3A%2F%2Fi1.daumcdn.net%2Flocalimg%2Flocalimages%2F07%2F2012%2Fattach%2Fpc_img%2Fico_marker2_150331.png%22%7D%2C%22content%22%3A%22%ED%97%A4%EC%96%B4%EC%99%95%20%EC%82%B0%EB%B3%B8%EC%A0%90%22%2C%22confirmid%22%3A22578454%7D%5D%2C%22graphicInfo%22%3A%5B%5D%2C%22roadviewInfo%22%3A%5B%5D%7D&amp;toJSONString=&quot;&gt;&lt;/iframe&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV title=withblog&gt;
&lt;TABLE style=&quot;BACKGROUND-REPEAT: no-repeat; MARGIN: 0px auto; background-size: 100% 100%&quot; cellSpacing=0 cellPadding=0 background=http://withblog.net/campaign/img.php?p=c931a2a825e3050fa9f2c345c87f218cef687892793c8be539ff614739e52dd6&amp;amp;v=3&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BACKGROUND: none transparent scroll repeat 0% 0%&quot;&gt;&lt;A style=&quot;BACKGROUND: none transparent scroll repeat 0% 0%&quot; href=&quot;http://withblog.net/campaign/link.php?p=c931a2a825e3050fa9f2c345c87f218cef687892793c8be539ff614739e52dd6&amp;amp;v=3&amp;amp;utm_source=withblog&amp;amp;utm_medium=banner&amp;amp;utm_campaign=sponsorcampaign&quot; target=_blank&gt;&lt;IMG style=&quot;BORDER-TOP: medium none; BORDER-RIGHT: medium none; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; alt=위드블로그 src=&quot;https://static.withblog.net/pub/campaign/blank_330x24.png&quot; align=center&gt;&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;</description>
      <category>지현공간</category>
      <category>산본 미용실</category>
      <category>산본머리잘하는미용실</category>
      <category>산본미용실추천</category>
      <category>산본역미용실</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/441</guid>
      <comments>https://ehdrn.tistory.com/441#entry441comment</comments>
      <pubDate>Sun, 5 Jul 2015 16:35:14 +0900</pubDate>
    </item>
    <item>
      <title>문자열 비교 테스트 (대소문자 무시)</title>
      <link>https://ehdrn.tistory.com/440</link>
      <description>&lt;P&gt;소스&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=714 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; WIDTH: 714px; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid&quot;&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;string&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;src&amp;nbsp;=&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&quot;abcd&quot;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;string&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;dest&amp;nbsp;=&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&quot;ABCD&quot;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;int&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;maxIter&amp;nbsp;=&amp;nbsp;10000;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;int&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;matchCount&amp;nbsp;=&amp;nbsp;0;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;Stopwatch&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;sw&amp;nbsp;=&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;Stopwatch&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;.StartNew();&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;matchCount&amp;nbsp;=&amp;nbsp;0;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;for&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;int&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;i&amp;nbsp;=&amp;nbsp;0;&amp;nbsp;i&amp;nbsp;&amp;lt;&amp;nbsp;maxIter;&amp;nbsp;i++)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;if&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(src.ToLower()&amp;nbsp;==&amp;nbsp;dest.ToLower())&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;matchCount++;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;}&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;sw.Stop();&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;if&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(matchCount&amp;nbsp;!=&amp;nbsp;maxIter)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;return&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;Console&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;.WriteLine(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&quot;Lower&amp;nbsp;Equal&amp;nbsp;&quot;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;+&amp;nbsp;sw.Elapsed.ToString());&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;sw&amp;nbsp;=&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;Stopwatch&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;.StartNew();&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;matchCount&amp;nbsp;=&amp;nbsp;0;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;for&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;int&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;i&amp;nbsp;=&amp;nbsp;0;&amp;nbsp;i&amp;nbsp;&amp;lt;&amp;nbsp;maxIter;&amp;nbsp;i++)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;if&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(src.ToUpper()&amp;nbsp;==&amp;nbsp;dest.ToUpper())&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;matchCount++;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;}&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;sw.Stop();&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;if&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(matchCount&amp;nbsp;!=&amp;nbsp;maxIter)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;return&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;Console&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;.WriteLine(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&quot;Upper&amp;nbsp;Equal&amp;nbsp;&quot;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;+&amp;nbsp;sw.Elapsed.ToString());&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;sw&amp;nbsp;=&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;Stopwatch&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;.StartNew();&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;matchCount&amp;nbsp;=&amp;nbsp;0;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;for&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;int&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;i&amp;nbsp;=&amp;nbsp;0;&amp;nbsp;i&amp;nbsp;&amp;lt;&amp;nbsp;maxIter;&amp;nbsp;i++)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;if&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(src.Equals(dest,&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;StringComparison&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;.InvariantCultureIgnoreCase))&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;matchCount++;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;}&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;sw.Stop();&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;if&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(matchCount&amp;nbsp;!=&amp;nbsp;maxIter)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;return&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;Console&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;.WriteLine(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&quot;StringComparison.Ordinal&amp;nbsp;InvariantCultureIgnoreCase&amp;nbsp;&quot;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;+&amp;nbsp;sw.Elapsed.ToString());&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;sw&amp;nbsp;=&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;Stopwatch&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;.StartNew();&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;matchCount&amp;nbsp;=&amp;nbsp;0;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;for&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;int&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;i&amp;nbsp;=&amp;nbsp;0;&amp;nbsp;i&amp;nbsp;&amp;lt;&amp;nbsp;maxIter;&amp;nbsp;i++)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;if&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(src.Equals(dest,&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;StringComparison&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;.CurrentCultureIgnoreCase))&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;matchCount++;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;}&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;sw.Stop();&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;if&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(matchCount&amp;nbsp;!=&amp;nbsp;maxIter)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;return&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;Console&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;.WriteLine(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&quot;StringComparison.Ordinal&amp;nbsp;CurrentCultureIgnoreCase&amp;nbsp;&quot;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;+&amp;nbsp;sw.Elapsed.ToString());&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;sw&amp;nbsp;=&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;Stopwatch&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;.StartNew();&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;matchCount&amp;nbsp;=&amp;nbsp;0;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;for&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;int&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;i&amp;nbsp;=&amp;nbsp;0;&amp;nbsp;i&amp;nbsp;&amp;lt;&amp;nbsp;maxIter;&amp;nbsp;i++)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;if&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(src.Equals(dest,&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;StringComparison&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;.OrdinalIgnoreCase))&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;matchCount++;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;}&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;sw.Stop();&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;if&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(matchCount&amp;nbsp;!=&amp;nbsp;maxIter)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;return&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;Console&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;.WriteLine(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&quot;StringComparison.Ordinal&amp;nbsp;OrdinalIgnoreCase&amp;nbsp;&quot;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;+&amp;nbsp;sw.Elapsed.ToString());&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;sw&amp;nbsp;=&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;Stopwatch&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;.StartNew();&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;matchCount&amp;nbsp;=&amp;nbsp;0;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;for&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;int&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;i&amp;nbsp;=&amp;nbsp;0;&amp;nbsp;i&amp;nbsp;&amp;lt;&amp;nbsp;maxIter;&amp;nbsp;i++)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;if&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;string&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;.Compare(src,&amp;nbsp;dest,&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;true&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;)&amp;nbsp;==&amp;nbsp;0)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;matchCount++;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;}&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;sw.Stop();&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;if&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(matchCount&amp;nbsp;!=&amp;nbsp;maxIter)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;return&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;Console&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;.WriteLine(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&quot;string.Compare&amp;nbsp;Ignore&amp;nbsp;&quot;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;+&amp;nbsp;sw.Elapsed.ToString());&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;sw&amp;nbsp;=&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;Stopwatch&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;.StartNew();&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;matchCount&amp;nbsp;=&amp;nbsp;0;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;for&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;int&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;i&amp;nbsp;=&amp;nbsp;0;&amp;nbsp;i&amp;nbsp;&amp;lt;&amp;nbsp;maxIter;&amp;nbsp;i++)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;if&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;string&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;.CompareOrdinal(src.ToLower(),&amp;nbsp;dest.ToLower())&amp;nbsp;==&amp;nbsp;0)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;matchCount++;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;}&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;sw.Stop();&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;if&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(matchCount&amp;nbsp;!=&amp;nbsp;maxIter)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;return&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;Console&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;.WriteLine(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&quot;string.CompareOrdinal&amp;nbsp;ToLower&amp;nbsp;&quot;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;+&amp;nbsp;sw.Elapsed.ToString());&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;sw&amp;nbsp;=&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;Stopwatch&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;.StartNew();&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;matchCount&amp;nbsp;=&amp;nbsp;0;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;for&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;int&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;i&amp;nbsp;=&amp;nbsp;0;&amp;nbsp;i&amp;nbsp;&amp;lt;&amp;nbsp;maxIter;&amp;nbsp;i++)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;if&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;string&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;.CompareOrdinal(src.ToUpper(),&amp;nbsp;dest.ToUpper())&amp;nbsp;==&amp;nbsp;0)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;matchCount++;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;}&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;sw.Stop();&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;if&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;(matchCount&amp;nbsp;!=&amp;nbsp;maxIter)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;return&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;Console&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;.WriteLine(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&quot;string.CompareOrdinal&amp;nbsp;ToUpper&amp;nbsp;&quot;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;+&amp;nbsp;sw.Elapsed.ToString());&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;MARGIN-BOTTOM: 8pt; MARGIN-TOP: 0cm; MARGIN-RIGHT: 0cm&quot;&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;결과&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; WIDTH: 422px; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=422 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; WIDTH: 422px; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid&quot;&gt;
&lt;P&gt;string.CompareOrdinal ToUpper 00:00:00.0020907&lt;br /&gt;Upper Equal 00:00:00.0016855&lt;br /&gt;StringComparison.Ordinal InvariantCultureIgnoreCase 00:00:00.0011733&lt;br /&gt;StringComparison.Ordinal CurrentCultureIgnoreCase 00:00:00.0017487&lt;br /&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;COLOR: #ff0000&quot;&gt;StringComparison.Ordinal OrdinalIgnoreCase 00:00:00.0002009&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;br /&gt;string.Compare Ignore 00:00:00.0017312&lt;br /&gt;string.CompareOrdinal ToLower 00:00:00.0017755&lt;br /&gt;string.CompareOrdinal ToUpper 00:00:00.0020907&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <category>.Net/C#</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/440</guid>
      <comments>https://ehdrn.tistory.com/440#entry440comment</comments>
      <pubDate>Thu, 2 Jul 2015 14:25:02 +0900</pubDate>
    </item>
    <item>
      <title>VS2013 설치 프로젝트</title>
      <link>https://ehdrn.tistory.com/439</link>
      <description>&lt;P&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 750px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/27498C455570FD320E&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F27498C455570FD320E&quot; width=&quot;750&quot; height=&quot;518&quot; filename=&quot;1.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;VS2013으로 C# 프로젝트 개발 후 배포를 하려고 Setup 프로젝트를 생성하려고 하였는데........&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;웬 InstallShield Limited Edition 사용......?ㅠㅠ&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;그래서 기존의 설치 프로젝트 확장을 찾았다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;아래의 링크를 타면 &quot;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;Microsoft Visual Studio 2013 Installer Projects&quot; 확장 프로그램을 받을 수 있다.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 10pt&quot;&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;A href=&quot;https://visualstudiogallery.msdn.microsoft.com/9abe329c-9bba-44a1-be59-0fbf6151054d&quot;&gt;https://visualstudiogallery.msdn.microsoft.com/9abe329c-9bba-44a1-be59-0fbf6151054d&lt;/A&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 750px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/255A813E557100441F&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F255A813E557100441F&quot; width=&quot;750&quot; height=&quot;518&quot; filename=&quot;2.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <category>VisualStudio/설치 프로젝트</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/439</guid>
      <comments>https://ehdrn.tistory.com/439#entry439comment</comments>
      <pubDate>Fri, 5 Jun 2015 10:49:59 +0900</pubDate>
    </item>
    <item>
      <title>[산본]치킨쉐프 - ★☆☆☆☆</title>
      <link>https://ehdrn.tistory.com/438</link>
      <description>&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;얼마전 치킨 먹고 싶다는 제말에&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;남편이 먹고 싶은 치킨 고르라고 하길래~&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;열심히 고르고 골라 치킨 쉐프에 주문했습니다.&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;IMG alt=요리 src=&quot;http://i1.daumcdn.net/mimg/mypeople/sticker/edit/sticker_314.png&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;마늘치킨도 맛있어 보였고&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;생맥주로 무료로 준다는 말에!!ㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;전화해서&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;양념반 마늘반으로 주문하고&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;생맥주 준다던데.. 하니까&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;음료수 or 생맥주 500ml 둘 중에 선택하는 거래요!&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style=&quot;MARGIN: auto; WIDTH: 300px&quot;&gt;
&lt;SCRIPT type=text/javascript src=&quot;http://ehdrnsep.dothome.co.kr/AD1.js&quot;&gt;&lt;/SCRIPT&gt;
 &lt;/DIV&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;우린 아쉬워 하면서&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;생맥주를 선택했어용~&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;빨래를 널고 있으니&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;주문한 우리 치느님이 도착했어요! ㅋㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2770A839555C28C231&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2770A839555C28C231&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;KakaoTalk_20150520_150955489.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;곱게 포장되어 있어&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;봉투에서 꺼내 보니..ㅋㅋㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style=&quot;MARGIN: auto; WIDTH: 300px&quot;&gt;
&lt;SCRIPT type=text/javascript src=&quot;http://ehdrnsep.dothome.co.kr/AD2.js&quot;&gt;&lt;/SCRIPT&gt;
&lt;/DIV&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/252ABA37555C29AB20&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F252ABA37555C29AB20&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;KakaoTalk_20150520_150954952.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;'고마워, 널 위해 준비했어~'&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;문구의 박스와 음료 대신 받은 생맥주가 똭!&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/257ADA34555C29F605&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F257ADA34555C29F605&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;KakaoTalk_20150520_150953031.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;들깨 소스??와 &lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;직접 만든 무절임이 치킨과&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;함께&amp;nbsp;들어 있었어요~~&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;이제 치킨의 비쥬얼을 보러 가실까요?&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style=&quot;MARGIN: auto; WIDTH: 300px&quot;&gt;
&lt;SCRIPT type=text/javascript src=&quot;http://ehdrnsep.dothome.co.kr/AD3.js&quot;&gt;&lt;/SCRIPT&gt;
&lt;/DIV&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/26623737555C2ABE0D&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F26623737555C2ABE0D&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;KakaoTalk_20150520_150954501.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;마늘치킨은&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;밑으로 소스가 다 흘러&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;위에는 후라이드 치킨 같고..&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;밑에 있는 치킨은 촉촉하고 마늘향이 낫어요~&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;받으면 섞어서 먹어야 할거 같아요&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2561703C555C2B3425&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2561703C555C2B3425&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;KakaoTalk_20150520_150954466.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;양념 치킨은 일단 비쥬얼은&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;합격!&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;IMG alt=신나2 src=&quot;http://i1.daumcdn.net/mimg/mypeople/sticker/edit/sticker_374.png&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/27434E37555C2AB91B&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F27434E37555C2AB91B&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;KakaoTalk_20150520_150952482.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;사진도 안찍고 한입 베어&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;물었다가..... 사진 찍을라고....ㅋㅋㅋㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;자국이 선명하죠?ㅋㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;마늘 치킨은 마늘향이 나는&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;튀김이 촉촉한 치킨 맛이였어요~&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;저도 그렇고 남편도 그렇고&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;좋아하는 타입은 아니였어요.......&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2632CD37555C2ABB22&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2632CD37555C2ABB22&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;KakaoTalk_20150520_150952975.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;양념치킨도 남편이 한입!ㅋㅋㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;양념치킨도.....&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;우리타입은......&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;양념치킨은 보통 양념치킨이였음 했는데..&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;우리가 아는 평범한 양념치킨이 아닌&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;약간 매콤한 맛을 내려고 했지만&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;그마저도 실패한 맛이였고&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;양념도 많이 아끼신 듯한 느낌이였어요..&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/237C1A37555C2AB732&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F237C1A37555C2AB732&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;KakaoTalk_20150520_150952479.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style=&quot;MARGIN: auto; WIDTH: 300px&quot;&gt;
&lt;SCRIPT type=text/javascript src=&quot;http://ehdrnsep.dothome.co.kr/AD4.js&quot;&gt;&lt;/SCRIPT&gt;
&lt;/DIV&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;혹시나 해서 소스에 찍어서 한입!&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;혹시나... 했지만... 역시나....&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;저흰 평소에 1마리 시키면 &lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;반마리 정도 남기는데..&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;여긴 양도 쪼금~~~~~~이네요..&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;사람 입맛에 따라 다를 수 있지만..&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;저흰 대체적으로 많이 실망했고..&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;다시는 먹을거 같지 않은 치킨집 후기였습니다.&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;iframe id=&quot;emap_823436&quot; src=&quot;/proxy/plusmapViewer.php?id=emap_823436&amp;amp;mapGb=V&quot; width=&quot;521&quot; height=&quot;451&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot; mapdata=&quot;map_type=TYPE_MAP&amp;map_hybrid=false&amp;idx=1&amp;title=%EC%B9%98%ED%82%A8%EC%89%90%ED%94%84&amp;addr=%EA%B2%BD%EA%B8%B0%EB%8F%84%20%EA%B5%B0%ED%8F%AC%EC%8B%9C%20%EA%B5%B0%ED%8F%AC1%EB%8F%99&amp;tel=031-393-0066&amp;mapX=487340&amp;mapY=1071378&amp;ifrW=490px&amp;ifrH=362px&amp;addtype=1&amp;map_level=4&amp;rcode=3116051&amp;docid=&amp;confirmid=24168027&amp;mapWidth=490&amp;mapHeight=362&amp;mapInfo=%7B%22version%22%3A2%2C%22mapWidth%22%3A490%2C%22mapHeight%22%3A362%2C%22mapCenterX%22%3A487340%2C%22mapCenterY%22%3A1071378%2C%22mapLevel%22%3A4%2C%22coordinate%22%3A%22wcongnamul%22%2C%22markInfo%22%3A%5B%7B%22markerType%22%3A%22standPlace%22%2C%22coordinate%22%3A%22wcongnamul%22%2C%22x%22%3A487172%2C%22y%22%3A1071305%2C%22clickable%22%3Atrue%2C%22draggable%22%3Atrue%2C%22icon%22%3A%7B%22width%22%3A35%2C%22height%22%3A56%2C%22offsetX%22%3A17%2C%22offsetY%22%3A56%2C%22src%22%3A%22http%3A%2F%2Fi1.daumcdn.net%2Flocalimg%2Flocalimages%2F07%2F2012%2Fattach%2Fpc_img%2Fico_marker2_150331.png%22%7D%2C%22content%22%3A%22%EC%B9%98%ED%82%A8%EC%89%90%ED%94%84%22%2C%22confirmid%22%3A24168027%7D%5D%2C%22graphicInfo%22%3A%5B%5D%2C%22roadviewInfo%22%3A%5B%5D%7D&amp;toJSONString=&quot;&gt;&lt;/iframe&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;/P&gt;</description>
      <category>동구의 음식 여행기</category>
      <category>군포 치킨</category>
      <category>군포 치킨 맛집</category>
      <category>당동 치킨</category>
      <category>당동 치킨 맛집</category>
      <category>마늘 치킨</category>
      <category>마늘치킨맛집</category>
      <category>배달 치킨</category>
      <category>배달 치킨 맛집</category>
      <category>산본 치킨</category>
      <category>산본 치킨 맛집</category>
      <category>치킨 맛집</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/438</guid>
      <comments>https://ehdrn.tistory.com/438#entry438comment</comments>
      <pubDate>Wed, 20 May 2015 15:52:36 +0900</pubDate>
    </item>
    <item>
      <title>C# Winform 멀티 UI 쓰레드</title>
      <link>https://ehdrn.tistory.com/437</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;UI쓰레드를 여러개 두어서 UI갱신을 빠르게할 목적으로 테스트하&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;였다.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;윈도우 프로그램은 하나의 메세지 루프&amp;amp;큐를 가지기 때문에 많은 윈도우들을 갱신하면 부하가 걸린다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;그래서 각 윈도우 마다 메세지 루프&amp;amp;큐를 갖게 하여 성능이 향상 됨을 테스트하였다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;STRONG&gt;테스트 시나리오&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;1. 윈도우 20개 생성&lt;/P&gt;
&lt;P&gt;2. 윈도우 마다 10ms 타이머 발생하여 랜덤한 값을&amp;nbsp;그리드 갱신&lt;/P&gt;
&lt;P&gt;3. 갱신 시간 확인&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;STRONG&gt;테스트 결과&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;1. 한개의 UI 쓰레드 테스트&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;figure class=&quot;unsupported component-kakaotv&quot; contenteditable=&quot;false&quot; style=&quot;background:#000;margin:16px 0;min-height:72px;padding:10px 16px;display:flex;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;width:100%;max-width:100%;&quot;&gt;
    &lt;p contenteditable=&quot;false&quot; style=&quot;margin:0;color:#8a8a8a;font-size:13px;line-height:1.6;user-select:none;pointer-events:none;&quot;&gt;동영상 서비스가 종료되어 해당 콘텐츠를 재생할 수 없습니다.&lt;/p&gt;
&lt;/figure&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;2. 20개의 UI 쓰레드 테스트&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;figure class=&quot;unsupported component-kakaotv&quot; contenteditable=&quot;false&quot; style=&quot;background:#000;margin:16px 0;min-height:72px;padding:10px 16px;display:flex;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;width:100%;max-width:100%;&quot;&gt;
    &lt;p contenteditable=&quot;false&quot; style=&quot;margin:0;color:#8a8a8a;font-size:13px;line-height:1.6;user-select:none;pointer-events:none;&quot;&gt;동영상 서비스가 종료되어 해당 콘텐츠를 재생할 수 없습니다.&lt;/p&gt;
&lt;/figure&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;주요 코드&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=714 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 714px&quot;&gt;
&lt;P style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;///&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: green; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;///&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: green; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: green; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;새로운&lt;SPAN&gt;&amp;nbsp;UI&amp;nbsp;Thread&lt;/SPAN&gt;를&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;가진&lt;SPAN&gt;&amp;nbsp;View&lt;/SPAN&gt;를&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;추가한다&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;///&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: green; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;private&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: black; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;void&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: black; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;AddNewUIThreadSubView()&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: black; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: black; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;SubView&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: black; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;subView&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;null&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: black; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: black; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;Thread&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: black; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;thread&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;new&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: black; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;Thread&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: black; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;(&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: black; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;()&amp;nbsp;=&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: black; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: black; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;subView&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;new&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: black; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;SubView&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: black; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;();&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: black; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;forms.Add(subView);&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: black; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;Application&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: black; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;.Run(subView);&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: black; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;});&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: black; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;thread.SetApartmentState(&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;ApartmentState&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: black; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;.STA);&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN style=&quot;FONT-FAMILY: 돋움체; COLOR: black; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;thread.Start();&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;MARGIN: 0cm 0cm 8pt; TEXT-INDENT: 10pt; mso-char-indent-count: 1.0&quot;&gt;&lt;SPAN&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;&lt;FONT face=&quot;맑은 고딕&quot;&gt;}&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;STRONG&gt;기타&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;1. UI 쓰레드를 생성 후에 해당 Form에 접근할때에는 다른 쓰레드이므로 Invoke를 통하여 조작해야한다.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;2. MDI는 SetParent 함수를 이용해 해결한다.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;3. UI Thread가 여러개일때는 CPU 사용률이 올라갔지만, UI 갱신은 빨라졌다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;STRONG&gt;의문점&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;1. 한개의 UI 쓰레드에서 SetParent 함수를 설정하니 성능이 올라갔다. 이유를 고민해봐야함..ㅠㅠ&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;2. 1번의 이유로 ..과연 멀티 UI 쓰레드 때문에 성능이 향상된건지 의문이다................ㅡㅜ&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;COLOR: #000000&quot;&gt;소스코드&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block;   height: auto; max-width: 100%;&quot;&gt;&lt;a href=&quot;https://t1.daumcdn.net/cfile/tistory/257C94465549997313&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/zip.gif&quot; style=&quot;vertical-align: middle;&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot;/&gt;HowToMultiUIThreads.zip&lt;/a&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <category>.Net/Winform</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/437</guid>
      <comments>https://ehdrn.tistory.com/437#entry437comment</comments>
      <pubDate>Wed, 6 May 2015 13:37:05 +0900</pubDate>
    </item>
    <item>
      <title>[군포/안산]산촌쌈밥 - ★★★★★</title>
      <link>https://ehdrn.tistory.com/436</link>
      <description>&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;오랜만에 맛집 포스팅 하네요 ㅋㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;결혼하고 나서 너무 소홀해진 블로그...&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;다시 열심히 포스팅 해야 겟어요!!&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;IMG alt=굿모닝3 src=&quot;http://i1.daumcdn.net/mimg/mypeople/sticker/edit/sticker_388.png&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;얼마전에 시부모님과 먹으러 갔던 쌈밥!ㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;저희 가족은 쌈밥 먹으러&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;항상 이곳에 가는거 같아요~&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;메뉴는 꽃등심 쌈밥부터~&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;유황 오리불고기 쌈밥까지 ㅋㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style=&quot;MARGIN: auto; WIDTH: 300px&quot;&gt;
&lt;SCRIPT type=text/javascript src=&quot;http://ehdrnsep.dothome.co.kr/AD1.js&quot;&gt;&lt;/SCRIPT&gt;
 &lt;/DIV&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/252B1E44553EE54E13&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F252B1E44553EE54E13&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;20150314_192053.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;저흰 생오겹 쌈밥 2인,&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;유황생오리 쌈밥 2인&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;이렇게 주문했어요~ㅋㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;여러가지 먹으려고..^^&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/22459644553EE55506&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F22459644553EE55506&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;20150314_192057.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;이날 따라 사람이 너무 많아서&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;주문 받으시는 분도&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;서빙하시는 분도 정신없이 바쁘셔서...&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;반찬도 조금 늦게 나오고 했지만~&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;맛있으니!ㅋㅋㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;주문하고 기다리니 &lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;반찬들이 세팅되기 시작했어요~~&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;일단 쌈이 저렇게 푸짐하게ㅋㅋㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;저게 2인분 쌈&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;제가 이름을 잘 몰라서&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;적을 순 없지만..... 다양한 쌈이 푸짐하게 나와요&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/243EC545553EE6CB0B&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F243EC545553EE6CB0B&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;20150314_192023.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style=&quot;MARGIN: auto; WIDTH: 300px&quot;&gt;
&lt;SCRIPT type=text/javascript src=&quot;http://ehdrnsep.dothome.co.kr/AD2.js&quot;&gt;&lt;/SCRIPT&gt;
&lt;/DIV&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;나물도 숙주나물, 고사리?.......&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;이름은 잘 모르겠으나....ㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;여러가지 나와요 ㅋㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/25210845553EE6D118&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F25210845553EE6D118&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;20150314_192027.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;버섯도 나오고 ㅋㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;제가 이름을 아는건 버섯뿐......ㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;IMG alt=슬퍼2 src=&quot;http://i1.daumcdn.net/mimg/mypeople/sticker/edit/sticker_380.png&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/252A3245553EE6DD14&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F252A3245553EE6DD14&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;20150314_192035.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;사진을 못 찍었나.... 맛없게 나오긴 했지만...ㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;김치도 사오는 김치같지 않고&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;직접 담그는 김치인거 같더라고용~&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/21490545553EE6D706&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F21490545553EE6D706&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;20150314_192031.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;쌈과 별도로 상추 겉절이도&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;나옵니당~&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;밥먹고 푹 잘수 있을듯..ㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style=&quot;MARGIN: auto; WIDTH: 300px&quot;&gt;
&lt;SCRIPT type=text/javascript src=&quot;http://ehdrnsep.dothome.co.kr/AD3.js&quot;&gt;&lt;/SCRIPT&gt;
&lt;/DIV&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/261E5F45553EE6E31A&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F261E5F45553EE6E31A&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;20150314_192040.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;지금 포스팅하면서 봤는데&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;김치등 모든 반찬을 매일 아침&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;직접 조리한데요~~ㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;믿고 갈 수 있게죵?&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/245D7B43553EE8921D&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F245D7B43553EE8921D&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;20150314_192106.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;밥과 반찬을 한입씩 먹고 나면&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;주문한 고기가&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;똭!&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style=&quot;MARGIN: auto; WIDTH: 300px&quot;&gt;
&lt;SCRIPT type=text/javascript src=&quot;http://ehdrnsep.dothome.co.kr/AD4.js&quot;&gt;&lt;/SCRIPT&gt;
&lt;/DIV&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 580px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/224EB543553EE88C23&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F224EB543553EE88C23&quot; width=&quot;580&quot; height=&quot;326&quot; filename=&quot;20150314_192045.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;오리랑 오겹이랑 ㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;마늘이랑 허브도 살짝 올려 나왔어요~&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;아! 강된장을 안찍었네요........&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;여긴 강된장이 메인인데.......&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;2인당 뚝배기에 강된장을 끓여서 주는데&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;정말 맛있거든요!! ㅋㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;강된장 맛에 이집 가는거 같아용~!!&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;다음에 갈때 강된장 찍어서&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;업데이트 해야겠어요 ㅋㅋㅋㅋㅋ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;IMG alt=Bye src=&quot;http://i1.daumcdn.net/mimg/mypeople/sticker/edit/33.png&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;iframe id=&quot;emap_181393&quot; src=&quot;/proxy/plusmapViewer.php?id=emap_181393&amp;amp;mapGb=V&quot; width=&quot;521&quot; height=&quot;451&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot; mapdata=&quot;map_type=TYPE_MAP&amp;map_hybrid=false&amp;idx=1&amp;title=%EC%82%B0%EC%B4%8C%EC%8C%88%EB%B0%A5&amp;addr=%EA%B2%BD%EA%B8%B0%EB%8F%84%20%EC%95%88%EC%82%B0%EC%8B%9C%20%EC%83%81%EB%A1%9D%EA%B5%AC%20%EB%B0%98%EC%9B%94%EB%8F%99&amp;tel=031-416-7370&amp;mapX=481506&amp;mapY=1056664&amp;ifrW=490px&amp;ifrH=362px&amp;addtype=1&amp;map_level=3&amp;rcode=3109171&amp;docid=&amp;confirmid=9805577&amp;mapWidth=490&amp;mapHeight=362&amp;mapInfo=%7B%22version%22%3A2%2C%22mapWidth%22%3A490%2C%22mapHeight%22%3A362%2C%22mapCenterX%22%3A481506%2C%22mapCenterY%22%3A1056664%2C%22mapLevel%22%3A3%2C%22coordinate%22%3A%22wcongnamul%22%2C%22markInfo%22%3A%5B%7B%22markerType%22%3A%22standPlace%22%2C%22coordinate%22%3A%22wcongnamul%22%2C%22x%22%3A481323%2C%22y%22%3A1056567%2C%22clickable%22%3Atrue%2C%22draggable%22%3Atrue%2C%22icon%22%3A%7B%22width%22%3A35%2C%22height%22%3A56%2C%22offsetX%22%3A17%2C%22offsetY%22%3A56%2C%22src%22%3A%22http%3A%2F%2Fi1.daumcdn.net%2Flocalimg%2Flocalimages%2F07%2F2012%2Fattach%2Fpc_img%2Fico_marker2_150331.png%22%7D%2C%22content%22%3A%22%EC%82%B0%EC%B4%8C%EC%8C%88%EB%B0%A5%22%2C%22confirmid%22%3A9805577%7D%5D%2C%22graphicInfo%22%3A%5B%5D%2C%22roadviewInfo%22%3A%5B%5D%7D&amp;toJSONString=&quot;&gt;&lt;/iframe&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&lt;/P&gt;</description>
      <category>동구의 음식 여행기</category>
      <category>군포 맛집</category>
      <category>군포 쌈밥</category>
      <category>군포 안산 맛집</category>
      <category>산촌</category>
      <category>산촌쌈밥</category>
      <category>쌈밥</category>
      <category>쌈밥 맛집</category>
      <category>안산 맛집</category>
      <category>안산 쌈밥</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/436</guid>
      <comments>https://ehdrn.tistory.com/436#entry436comment</comments>
      <pubDate>Tue, 28 Apr 2015 11:09:06 +0900</pubDate>
    </item>
    <item>
      <title>D+4 금연 일기 시작---------실패</title>
      <link>https://ehdrn.tistory.com/435</link>
      <description>&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;현재 챔픽스 3주차&amp;nbsp;복용하고&amp;nbsp;있다.&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;약 먹는걸 소흘히 하다가 이제 정신 차렸다.&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;진정한 금연 시작은 임플란트 발치한&amp;nbsp;다음 날인&amp;nbsp;3월 13일부터이다.&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;갑자기 금연 일기를 쓰는 이유는&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;업무 중에&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;머리가 멍하고 졸려서이다ㅠㅠㅠㅠ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;숫자 계산도 잘안됨.......ㅠㅠㅠㅠ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;집에만 있을 때에는 괜찮았는데..ㅠㅠ&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;금연 4일차&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;금단현상 리스트: &lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;멍함,&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;어지러움&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;입이 마름,&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;배고픔,&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;졸림&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;TEXT-ALIGN: center&quot;&gt;&amp;nbsp;&lt;/P&gt;</description>
      <category>동구의 주저리/금연일기</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/435</guid>
      <comments>https://ehdrn.tistory.com/435#entry435comment</comments>
      <pubDate>Mon, 16 Mar 2015 14:59:55 +0900</pubDate>
    </item>
    <item>
      <title>Native C++에서 C++/CLR 클래스 사용하기(CLR 옵션)</title>
      <link>https://ehdrn.tistory.com/434</link>
      <description>&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;STRONG&gt;아래의 속성 수정&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;프로젝트-&amp;gt;속성-&amp;gt;구성속성-&amp;gt;일반-&amp;gt;프로젝트 기본값-&amp;gt;공용 언어&amp;nbsp;런타임 지원 = 공용 언어 런타임 지원(/clr)&lt;/P&gt;
&lt;P&gt;(컴파일 하면 에러 발생하면 하나하나씩&amp;nbsp;컴파일&amp;nbsp;옵션 처리해주면 된다)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=714 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 714px&quot;&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;#include&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;lt;iostream&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;#include&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;lt;stdlib.h&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;#include&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;lt;string.h&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;#include&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&quot;msclr\marshal_cppstd.h&quot;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;using&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;std::cout;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;using&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;std::endl;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;using&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;std::&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;string&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;using&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;namespace&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;System;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;using&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;namespace&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;msclr::interop;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;void&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;main()&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;String&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;^s&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&quot;abc&quot;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;string&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;unmanaged&amp;nbsp;=&amp;nbsp;marshal_as&amp;lt;std::&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;string&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;gt;(s-&amp;gt;ToUpper());&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;cout&amp;nbsp;&amp;lt;&amp;lt;&amp;nbsp;unmanaged&amp;nbsp;&amp;lt;&amp;lt;&amp;nbsp;endl;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;}&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <category>기타/C++</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/434</guid>
      <comments>https://ehdrn.tistory.com/434#entry434comment</comments>
      <pubDate>Fri, 6 Mar 2015 16:17:00 +0900</pubDate>
    </item>
    <item>
      <title>Native C++에서 C++/CLR 클래스 사용하기</title>
      <link>https://ehdrn.tistory.com/433</link>
      <description>&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt&quot;&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 11pt&quot;&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;C++/CLR 클래스&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Calculrator.cpp&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=714 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 714px&quot;&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;#include&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&quot;Calculator.h&quot;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;Calculator&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;::Calculator()&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;}&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;Calculator&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;::Sum(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;a&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;b&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;return&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;a&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;+&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;b&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;}&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;Calculator&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;::Max(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;a&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;b&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;return&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;System::&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;Math&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;::Max(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;a&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;b&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;);&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;}&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;string&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;Calculator&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;::HelloWorld(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;string&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;text&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;return&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;text&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;.append(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&quot;\tHello&amp;nbsp;World!&quot;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;);&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;}&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Calculrator.h&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=714 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 714px&quot;&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;#pragma&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;once&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;#include&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;lt;string&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;using&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;std::&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;string&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;ref&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;class&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;Calculator&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;public&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Calculator();&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;Sum(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;a,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;b);&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;Max(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;a,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;b);&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;string&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;HelloWorld(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;string&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;text);&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;};&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;STRONG&gt;C++/CLR Native 랩퍼&amp;nbsp;클래스&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CalculratorWrapper.cpp&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=714 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 714px&quot;&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;#include&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&quot;CalculatorWrapper.h&quot;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;CalculatorWrapper&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;::CalculatorWrapper()&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;_managedObject&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;gcnew&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;Calculator&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;();&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;}&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;CalculatorWrapper&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;::~CalculatorWrapper()&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;}&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;CalculatorWrapper&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;::Sum(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;a&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;b&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;return&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;_managedObject-&amp;gt;Sum(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;a&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;b&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;);&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;}&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;CalculatorWrapper&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;::Max(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;a&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;b&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;return&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;_managedObject-&amp;gt;Max(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;a&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;b&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;);&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;}&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;string&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;CalculatorWrapper&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;::HelloWorld(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;string&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;text&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;return&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;_managedObject-&amp;gt;HelloWorld(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;text&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;);&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;}&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;ICalculatorWrapper&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;ICalculatorWrapper&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;::CreateInstance()&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;return&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;((&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;ICalculatorWrapper&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;*)&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;new&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;CalculatorWrapper&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;());&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;}&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;void&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;ICalculatorWrapper&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;::Destroy(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;ICalculatorWrapper&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;*&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;instance&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;delete&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: gray; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;instance&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;}&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CalculratorWrapper.h&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=714 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 714px&quot;&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;#pragma&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;once&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;#include&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;lt;vcclr.h&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;#include&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;lt;string&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;#include&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&quot;ICalculatorWrapper.h&quot;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;#include&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&quot;Calculator.h&quot;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;class&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #6f008a; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;DLLAPI&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;CalculatorWrapper&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;ICalculatorWrapper&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;private&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;gcroot&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;Calculator&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;^&amp;gt;&amp;nbsp;&amp;nbsp;_managedObject;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;public&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;CalculatorWrapper();&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;~CalculatorWrapper();&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;Sum(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;a,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;b);&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;Max(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;a,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;b);&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;string&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;HelloWorld(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;string&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;text);&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;};&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;※ gcroot 템플릿 이용해서 C++/CLR 개체 사용&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;STRONG&gt;C++/CLR 랩퍼 인터페이스&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;ICalculratorWrapper.h&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=714 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 714px&quot;&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;#pragma&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;once&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;#include&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;lt;string&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;using&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;std::&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;string&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;#ifdef&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #6f008a; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;CPLUSPLUSCLR_EXPORTS&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;#define&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #6f008a; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;DLLAPI&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;__declspec&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;dllexport&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;#else&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;#define&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;DLLAPI&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;__declspec&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;dllimport&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;#pragma&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;comment&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;lib&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #a31515; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&quot;CPlusPlusCLR.lib&quot;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;)&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;#endif&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;class&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #6f008a; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;DLLAPI&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;ICalculatorWrapper&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;{&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;public&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;virtual&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;Sum(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;a,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;b)&amp;nbsp;=&amp;nbsp;0;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;virtual&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;string&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;HelloWorld(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;string&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;text)&amp;nbsp;=&amp;nbsp;0;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;virtual&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;Max(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;a,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;int&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;b)&amp;nbsp;=&amp;nbsp;0;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;static&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;ICalculatorWrapper&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;*CreateInstance();&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;FONT size=2&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;static&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: blue; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;void&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-tab-count: 1&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Destroy(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: #2b91af; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;ICalculatorWrapper&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;*instance);&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P  style=&quot;BACKGROUND: white; WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; TEXT-AUTOSPACE: ideograph-numeric; mso-pagination: widow-orphan; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-FAMILY: 돋움체; COLOR: black; ; mso-bidi-font-family: 굴림체; mso-font-kerning: 0pt&quot;&gt;&lt;FONT size=2&gt;};&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;랩퍼 클래스를 이용해 사용하는 Native 클래스&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=714 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 714px&quot;&gt;&lt;PRE style=&quot;FONT-SIZE: 13px; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black&quot;&gt;&lt;SPAN style=&quot;COLOR: blue&quot;&gt;#include&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN style=&quot;COLOR: #a31515&quot;&gt;&amp;lt;iostream&amp;gt;&lt;/SPAN&gt;
&lt;SPAN style=&quot;COLOR: blue&quot;&gt;#include&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN style=&quot;COLOR: #a31515&quot;&gt;&quot;ICalculatorWrapper.h&quot;&lt;/SPAN&gt;
 
&lt;SPAN style=&quot;COLOR: blue&quot;&gt;using&lt;/SPAN&gt;&amp;nbsp;std::cout;
&lt;SPAN style=&quot;COLOR: blue&quot;&gt;using&lt;/SPAN&gt;&amp;nbsp;std::endl;
 
&lt;SPAN style=&quot;COLOR: blue&quot;&gt;void&lt;/SPAN&gt;&amp;nbsp;main()
{
	&lt;SPAN style=&quot;COLOR: #2b91af&quot;&gt;ICalculatorWrapper&lt;/SPAN&gt;&amp;nbsp;*wrapper&amp;nbsp;=&amp;nbsp;&lt;SPAN style=&quot;COLOR: #2b91af&quot;&gt;ICalculatorWrapper&lt;/SPAN&gt;::CreateInstance();
 
	&lt;SPAN style=&quot;COLOR: blue&quot;&gt;int&lt;/SPAN&gt;&amp;nbsp;sum&amp;nbsp;=&amp;nbsp;wrapper-&amp;gt;Sum(12,&amp;nbsp;12);
	&lt;SPAN style=&quot;COLOR: blue&quot;&gt;int&lt;/SPAN&gt;&amp;nbsp;max&amp;nbsp;=&amp;nbsp;wrapper-&amp;gt;Max(100,&amp;nbsp;9);
	&lt;SPAN style=&quot;COLOR: #2b91af&quot;&gt;string&lt;/SPAN&gt;&amp;nbsp;text&amp;nbsp;=&amp;nbsp;wrapper-&amp;gt;HelloWorld(&lt;SPAN style=&quot;COLOR: #a31515&quot;&gt;&quot;test&quot;&lt;/SPAN&gt;);
	
	cout&amp;nbsp;&amp;lt;&amp;lt;&amp;nbsp;sum&amp;nbsp;&amp;lt;&amp;lt;&amp;nbsp;endl;
	cout&amp;nbsp;&amp;lt;&amp;lt;&amp;nbsp;text&amp;nbsp;&amp;lt;&amp;lt;&amp;nbsp;endl;
 
	&lt;SPAN style=&quot;COLOR: #2b91af&quot;&gt;ICalculatorWrapper&lt;/SPAN&gt;::Destroy(wrapper);
}&amp;nbsp;&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;</description>
      <category>기타/C++</category>
      <category>C++ clr</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/433</guid>
      <comments>https://ehdrn.tistory.com/433#entry433comment</comments>
      <pubDate>Fri, 6 Mar 2015 10:46:29 +0900</pubDate>
    </item>
    <item>
      <title>Visual Studio 사용중인 추가기능</title>
      <link>https://ehdrn.tistory.com/432</link>
      <description>&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;STRONG&gt;&lt;A class=tx-link href=&quot;https://visualstudiogallery.msdn.microsoft.com/1b0d7360-40dd-447e-8bef-90e2cf52f683&quot; target=_blank&gt;&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;
&lt;DIV&gt;&lt;IFRAME onresizestart=&quot;return false&quot; height=250 border=0 src=&quot;https://t1.daumcdn.net/tistory_admin/static/plugin/endGift.html?entryId=0&amp;amp;setNo=793&quot; frameBorder=0 width=&quot;100%&quot; allowTransparency scrolling=no ;=&quot;&quot;&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;STRONG&gt;&lt;A class=tx-link href=&quot;https://visualstudiogallery.msdn.microsoft.com/1b0d7360-40dd-447e-8bef-90e2cf52f683&quot; target=_blank&gt;1. RockMargin&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 750px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/27213A39549A3F7936&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F27213A39549A3F7936&quot; width=&quot;750&quot; height=&quot;148&quot; filename=&quot;words_highlighting.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- vs2010, vs2012, vs2013 지원 (2014.12.24 현재)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;-&amp;nbsp;전시 중인&amp;nbsp;영역을 우측에서 확인&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- 더블 클릭하여 선택시 단어&amp;nbsp;현재 사용중인 영역 우측에 빨간색으로 표시&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- 책갈피, 중단점 우측 표시&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href=&quot;https://visualstudiogallery.msdn.microsoft.com/1b0d7360-40dd-447e-8bef-90e2cf52f683&quot;&gt;https://visualstudiogallery.msdn.microsoft.com/1b0d7360-40dd-447e-8bef-90e2cf52f683&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;A class=tx-link href=&quot;https://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef&quot; target=_blank&gt;2.1&lt;/A&gt;&lt;A class=tx-link href=&quot;https://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef&quot; target=_blank&gt; P&lt;/A&gt;&lt;A class=tx-link href=&quot;https://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef&quot; target=_blank&gt;roductivity P&lt;/A&gt;&lt;A class=tx-link href=&quot;https://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef&quot; target=_blank&gt;ower T&lt;/A&gt;&lt;A class=tx-link href=&quot;https://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef&quot; target=_blank&gt;ools VS2010&lt;/A&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;A class=tx-link href=&quot;https://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef&quot; target=_blank&gt;&lt;A class=tx-link href=&quot;https://visualstudiogallery.msdn.microsoft.com/3a96a4dc-ba9c-4589-92c5-640e07332afd&quot; target=_blank&gt;2.1&lt;/A&gt;&lt;/A&gt;&lt;A class=tx-link href=&quot;https://visualstudiogallery.msdn.microsoft.com/3a96a4dc-ba9c-4589-92c5-640e07332afd&quot; target=_blank&gt; P&lt;/A&gt;&lt;A class=tx-link href=&quot;https://visualstudiogallery.msdn.microsoft.com/3a96a4dc-ba9c-4589-92c5-640e07332afd&quot; target=_blank&gt;roductivity P&lt;/A&gt;&lt;A class=tx-link href=&quot;https://visualstudiogallery.msdn.microsoft.com/3a96a4dc-ba9c-4589-92c5-640e07332afd&quot; target=_blank&gt;ower T&lt;/A&gt;&lt;A class=tx-link href=&quot;https://visualstudiogallery.msdn.microsoft.com/3a96a4dc-ba9c-4589-92c5-640e07332afd&quot; target=_blank&gt;ools VS2012&lt;/A&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;A class=tx-link href=&quot;https://visualstudiogallery.msdn.microsoft.com/dbcb8670-889e-4a54-a226-a48a15e4cace&quot; target=_blank&gt;2.2&amp;nbsp;&lt;/A&gt;&lt;STRONG&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt&quot;&gt;&lt;A class=tx-link href=&quot;https://visualstudiogallery.msdn.microsoft.com/dbcb8670-889e-4a54-a226-a48a15e4cace&quot; target=_blank&gt;Productivity Power Tools VS2013&lt;/A&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;nbsp;- vs2010, vs2012, vs2013 지원(2014.12.24 현재)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;nbsp;- {} 컬럼&amp;nbsp;그리드 표시&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 643px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2772BC38549A415830&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2772BC38549A415830&quot; width=&quot;643&quot; height=&quot;262&quot; filename=&quot;제목 없음.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;nbsp;- 솔루션의 사용중이지 않은 Using 제거&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;nbsp;- 마우스 Middle 클릭 스크롤링 지원&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;nbsp;- 닫았던 문서 다시 띄우기(Ctrl + Shift + Z)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;nbsp;- 정의로 이동(Ctrl + 클릭)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;nbsp;- 정렬&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 291px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/27062233549A421B11&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F27062233549A421B11&quot; width=&quot;291&quot; height=&quot;108&quot; filename=&quot;22_ Align Assignments.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 283px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/277F5533549A421C16&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F277F5533549A421C16&quot; width=&quot;283&quot; height=&quot;125&quot; filename=&quot;23_ Align Assignments.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style=&quot;FONT-SIZE: 9pt&quot;&gt;&amp;nbsp;- 솔루션 에러 표시&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 750px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/217CD533549A421D18&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F217CD533549A421D18&quot; width=&quot;750&quot; height=&quot;469&quot; filename=&quot;Smaller Squiggles.gif&quot; filemime=&quot;image/gif&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <category>VisualStudio/추가기능</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/432</guid>
      <comments>https://ehdrn.tistory.com/432#entry432comment</comments>
      <pubDate>Wed, 24 Dec 2014 13:36:01 +0900</pubDate>
    </item>
    <item>
      <title>C# Excel Sheet의 작성한 전체 데이터 가져오기</title>
      <link>https://ehdrn.tistory.com/431</link>
      <description>&lt;P&gt;특정 인덱스의 Cell의 Value값을 하나하나 가져오면 속도가 굉장히 느립니다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;범위를 선택하고 범위에 해당하는 값들을 한번에 가져와야 속도가 빠릅니다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Worksheet 클래스의 UsedRange(&lt;A class=tx-link href=&quot;http://msdn.microsoft.com/ko-kr/library/microsoft.office.tools.excel.worksheet.usedrange.aspx&quot; target=_blank&gt;MSDN링크&lt;/A&gt;) 속성을 이용해 값을 가져오면 상단의 사용하지 않았던 범위는 놓쳐서&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;특정 인덱스에 접근하기 힘듭니다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;왼쪽 상단의 Cell부터 사용한 우측 하단의 Cell까지의 범위의 데이터를 가져와서 작업을 진행해야합니다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=714 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 714px&quot;&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;///&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt; &lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;///&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt; &lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;해당&lt;SPAN &gt; WorkSheet&lt;/SPAN&gt;의 전체 데이터를 가져온다&lt;SPAN &gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;///&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt; &lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;///&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt; &lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&amp;lt;param name=&quot;sheet&quot;&amp;gt;&amp;lt;/param&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;///&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt; &lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: gray; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&amp;lt;returns&amp;gt;&amp;lt;/returns&amp;gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;private&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt; &lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;object&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;[,] GetTotalValue(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;Worksheet&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt; sheet)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;//&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;사용중인 범위&lt;SPAN &gt;(&lt;/SPAN&gt;한번도 사용하지 않은 범위는 포함되지 않음&lt;SPAN &gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;Range&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt; usedRange = sheet.UsedRange;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;//&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;마지막&lt;SPAN &gt; Cell&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;Range&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt; lastCell = usedRange.SpecialCells(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;XlCellType&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;.xlCellTypeLastCell);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;//&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: green; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;전체 범위&lt;SPAN &gt; (&lt;/SPAN&gt;왼쪽 상단의&lt;SPAN &gt; Cell&lt;/SPAN&gt;부터 사용한 맨마지막 범위까지&lt;SPAN &gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;Range&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt; totalRange = sheet.get_Range(sheet.get_Range(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #a31515; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&quot;A1&quot;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;), lastCell);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;return&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt; (&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;object&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;[,])totalRange.get_Value();&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;MARGIN: 0cm 0cm 8pt&quot;&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; LINE-HEIGHT: 107%; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;}&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <category>.Net/C#</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/431</guid>
      <comments>https://ehdrn.tistory.com/431#entry431comment</comments>
      <pubDate>Thu, 18 Dec 2014 13:15:02 +0900</pubDate>
    </item>
    <item>
      <title>VisualStudio 사용하지 않는 참조 제거</title>
      <link>https://ehdrn.tistory.com/430</link>
      <description>&lt;P&gt;VisualStudio에서 현재 프로젝트에서 사용하지 않는 라이브러리를 제거하는 기능이 필요하여 검색하였습니다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;현재까지는 VS2012까지 지원하는 오픈소스가 있었습니다. (&lt;A class=tx-link href=&quot;https://refassistant.codeplex.com/&quot; target=_blank&gt;Lardite Reference Assistant 바로가기&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 367px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/23618F485490CFEA05&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F23618F485490CFEA05&quot; width=&quot;367&quot; height=&quot;352&quot; filename=&quot;1.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style=&quot;FLOAT: none; TEXT-ALIGN: center; CLEAR: none&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 600px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/21607F495490CFCF08&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F21607F495490CFCF08&quot; width=&quot;600&quot; height=&quot;400&quot; filename=&quot;2.png&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/P&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;현재&amp;nbsp;프로젝트는&amp;nbsp;VS2013을 사용 중이기 때문에 몇가지 조취를 취하면 사용&amp;nbsp;가능하였습니다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. VS2012 확장파일을 다운로드 받습니다. &lt;/P&gt;
&lt;P&gt;2. Lardite.RefAssistant.11.0.vxix 파일의&amp;nbsp;확장자를&amp;nbsp;*.ZIP 으로 변경합니다.&lt;/P&gt;
&lt;P&gt;3. 압축을 풀어서 extension.vsixmanifest 파일을 에디트창으로 엽니다.&lt;/P&gt;
&lt;P&gt;4. &quot;[11.0,12.0&lt;STRONG&gt;)&lt;/STRONG&gt;&quot;&amp;nbsp;를 &quot;[11.0,12.0&lt;STRONG&gt;]&lt;/STRONG&gt;&quot; 로 수정합니다. (맨 끝 '&lt;STRONG&gt;)&lt;/STRONG&gt;'을 '&lt;STRONG&gt;]&lt;/STRONG&gt;'으로 수정)&lt;/P&gt;
&lt;P&gt;5.&amp;nbsp;저장하고 다시 압축을 하고 확장자를 *.vsix로 변경하고 더블클릭하여 설치합니다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;참조 : &lt;A href=&quot;https://refassistant.codeplex.com/discussions/451919&quot;&gt;https://refassistant.codeplex.com/discussions/451919&lt;/A&gt;&lt;/P&gt;</description>
      <category>VisualStudio/추가기능</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/430</guid>
      <comments>https://ehdrn.tistory.com/430#entry430comment</comments>
      <pubDate>Wed, 17 Dec 2014 09:40:47 +0900</pubDate>
    </item>
    <item>
      <title>C# DataGridView 콤보박스 클릭시 리스트 보여지게 하기</title>
      <link>https://ehdrn.tistory.com/429</link>
      <description>&lt;P&gt;DataGridViewComboBoxCell이 클릭 되었을 때, 콤보박스 내용들을 확인하는 코드입니다.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=714 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 714px&quot;&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P  style=&quot;MARGIN: 0cm 0cm 8pt&quot;&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; LINE-HEIGHT: 107%; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&lt;FONT color=#0000ff&gt;this&lt;SPAN style=&quot;COLOR: #333333&quot;&gt;.grid.&lt;/SPAN&gt;&lt;/FONT&gt;CellClick += MultiHeaderGrid_CellClick;&lt;/SPAN&gt;&lt;SPAN &gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=txc-table style=&quot;FONT-SIZE: 9pt; BORDER-TOP: medium none; FONT-FAMILY: 돋움; BORDER-RIGHT: medium none; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none&quot; cellSpacing=0 cellPadding=0 width=714 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style=&quot;BORDER-TOP: #ccc 1px solid; HEIGHT: 24px; BORDER-RIGHT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; WIDTH: 714px&quot;&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;void&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt; grid_CellClick(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;object&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt; sender, &lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;DataGridViewCellEventArgs&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt; e)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;if&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt; (&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;this&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;.CurrentCell.EditType == &lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: blue; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;typeof&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;DataGridViewComboBoxEditingControl&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #2b91af; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;SendKeys&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;.Send(&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: #a31515; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&quot;{F4}&quot;&lt;/SPAN&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;WORD-BREAK: keep-all; TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none&quot; align=left&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P  style=&quot;MARGIN: 0cm 0cm 8pt&quot;&gt;&lt;SPAN  style=&quot;FONT-SIZE: 9.5pt; FONT-FAMILY: 돋움체; BACKGROUND: white; COLOR: black; LINE-HEIGHT: 107%; mso-hansi-font-family: '맑은 고딕'; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 돋움체; mso-highlight: white; mso-font-kerning: 0pt&quot;&gt;}&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <category>.Net/Winform</category>
      <author>동구밖과수원</author>
      <guid isPermaLink="true">https://ehdrn.tistory.com/429</guid>
      <comments>https://ehdrn.tistory.com/429#entry429comment</comments>
      <pubDate>Fri, 31 Oct 2014 15:00:52 +0900</pubDate>
    </item>
  </channel>
</rss>