Is anybody know how work with MS MultiPoint Window Application?
My "One Button Click" code, see below, don't doint nothing
See below my example:
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:multipointns="clr-namespace:Microsoft.MultiPoint.MultiPointControls;assembly=Microsoft.MultiPoint.MultiPointControls"
Title="MultiPointApplication" Height="300" Width="300"
>
void ButtonClickMethod(object sender, RoutedEventArgs e)
{
btn1.Background = Brushes.Green;
MessageBox.Show("Red Button clicked");
}
]]>
Please help me.
Nikolai
Replies
Know the answer? Post it — somebody with the same question will find it here.