Exemplo n.º 1
0
 private void mnuAlignRight_Click(object sender, EventArgs e)
 {
     if (Diagram != null)
     {
         Diagram.AlignRight();
     }
 }
Exemplo n.º 2
0
 private void mnuAlignRight_Click(object sender, EventArgs e)
 {
     Diagram?.AlignRight();
 }