Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
paul
c-sharp-study
Wiki
mvvm
mvvm
· Changes
Page history
paul created page: mvvm light
authored
Sep 08, 2016
by
paul
Hide whitespace changes
Inline
Side-by-side
mvvm.md
View page @
98d95635
...
...
@@ -136,4 +136,5 @@ public class ClickCommand : ICommand
// XAML 바인딩
<
Button
Content
=
"Click me"
Command
=
"
{
Binding
Path
=
ClickCommand
}
```
\ No newline at end of file
```