Mega Code Archive
Categories
/
VB.Net Tutorial
/
WPF
Draws a diagonal line from (10,10) to (40,50)
public void myLine_Clicked(Object sender, MouseButtonEventArgs e) { MessageBox.Show("You clicked the line!"); }