質問編集履歴

2

ソースコード修正

2017/11/15 02:49

投稿

KirisimaCreate
KirisimaCreate

スコア44

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  }
26
26
 
27
- public DelegateCommand NavigateSecondCommand { get; }
27
+ public DelegateCommand NavigateSecondCommand { get; private set; }
28
28
 
29
29
 
30
30
 

1

誤字修正

2017/11/15 02:49

投稿

KirisimaCreate
KirisimaCreate

スコア44

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  }
26
26
 
27
- public ICommand NavigateSecondCommand { get; }
27
+ public DelegateCommand NavigateSecondCommand { get; }
28
28
 
29
29
 
30
30