Exemplo n.º 1
0
 private void Window_Loaded(object sender, RoutedEventArgs e)
 {
     FirstVertex.Focus();
 }
Exemplo n.º 2
0
 public override string ToString() => FirstVertex.ToString() + " - " + SecondVertex.ToString();