Hi all
I m new in wpf, and i got problem to binding class in xaml. I wanted print one msg"hello" in button click. This is my code....Thanks!!!
<UserControl x:Class="TwoNumberCalculate.CalculatorViewModel"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:vm="TwoNumberCalculate:CalculatorViewModel">
<UserControl.DataContext>
<vm:>----------------------------------------->* Its not showing my methods here..
</UserControl.DataContext>