MY MEMO

[UWP] Compress App 본문

STUDYING/C#

[UWP] Compress App

l_j_yeon 2017. 8. 16. 22:35

출처 : https://www.youtube.com/watch?v=eBBmSTgDQ0A&t=2s


보통 공부를 할때 유투브에 있는 간단한 강의를 들으면서 알아가는데 코드가 정말 깔끔하다.


몇개를 더 공부해보면서 알아가야겠다.


1. Universal Window Blank App 을 선택한다


2. Library class를 만든다


Library.cs


MainPage.xaml


MainPage.xaml.cs


결과 화면

1. Sample


2. New File


3. Open file


4. Save File




'STUDYING > C#' 카테고리의 다른 글

[UWP] Drag and Drop Text  (0) 2017.08.17
[UWP] Cryptograph App  (0) 2017.08.16
[C#] window alarm 띄우기  (0) 2017.08.14
[C#] Winform console창을 이용해서 출력하기  (1) 2017.08.12
[C#] button mouse hover시 button 배경색 변경하기  (0) 2017.08.11
Comments