MVVM 모델로 프로젝트를 만들었을 경우, ShellViewModel.cs에서12345678910111213 private void PopulateNavItems() { _primaryItems.Clear(); _secondaryItems.Clear(); // More on Segoe UI Symbol icons: https://docs.microsoft.com/windows/uwp/style/segoe-ui-symbol-font // Edit String/en-US/Resources.resw: Add a menu item title for each page _primaryItems.Add(ShellNavigationItem.FromType("Shell_Main".GetLocalized(), Symbol..
https://www.youtube.com/watch?v=xUwk2-_tRzo View 폴더 - 사용자정의컨트롤로 FirstView, SecondView, ThirdView를 생성 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------- Colored by..
JSON ListView : http://susemi99.kr/1651 준비 : [프로젝트명] 우클릭 - [Nuget 패키지관리] 클릭 -"Newtonsoft.Json" 다운로드http://www.gamedevforever.com/255 에서 제공해 준 dll을 참조 App.xaml123456789 Colored by Color ScriptercsApp.xaml.cs 12345678910111213141516171819using MVVM_Json_ListView.View;using MVVM_Json_ListView.ViewModel; namespace MVVM_Json_ListView{ /// /// App.xaml에 대한 상호 작용 논리 /// public partial class App : Appli..
1. Model, View, ViewModel로 구분Model : Data classView : MainView.xamlViewModel : MainViewModel.cs , ViewModelBase.cs App.xaml1234567891011 Colored by Color ScriptercsApp.xaml.cs12345678910111213141516171819202122232425using ListViewSample.View;using ListViewSample.ViewModel; namespace ListViewSample{ /// /// App.xaml에 대한 상호 작용 논리 /// public partial class App : Application { private void Applicatio..
http://www.gamedevforever.com/25544 MainWindow.xaml - View12345678910 Colored by Color ScriptercsMainWindow.cs 1234567891011121314namespace WPF_Start{ /// /// MainWindow.xaml에 대한 상호 작용 논리 /// public partial class MainWindow : Window { public MainWindow() { InitializeComponent(); this.DataContext = new MainViewModel(); } }}Colored by Color Scriptercs MainViewModel.xaml - ViewModelProperty가 변하면 Vi..
*extern1234567source.cppint source_val;void source_func(); main.cppextern int source_val;extern void source_func();cs-static : 불가능-c언어로 작성한 함수 : extern "C"12345source.cvoid function(); main.cpp extern "C" void function(); cs *블록 내의 변수1234567int main(){ { int n = 100; } cout
- Total
- Today
- Yesterday
- dfs
- CollectionView
- BFS
- DP
- WPF
- Custom Cell
- MVVM
- C++
- Add TapGesture
- FEED
- XAML
- 백준
- 그래프
- UIView Animation
- 객체
- 데이터 바인딩
- Grid
- 스택
- Cell Animation
- 문자열
- Fakebook
- listview
- 백준온라인
- 생활코딩
- command
- CustomCollectionViewCell
- BOJ
- 코딩야학
- 타일링
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |