Ejemplo n.º 1
0
 /// <summary>
 /// Blocks the selected.
 /// </summary>
 /// <param name="sender">The sender of the selection.</param>
 /// <param name="e">The arguments of the selection event.</param>
 private void BlockSelected(object sender, BlockSelectedEventArgs e)
 {
     this.SelectedBlock = e.Block;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Blocks the selected.
 /// </summary>
 /// <param name="sender">The sender of the selection.</param>
 /// <param name="e">The arguments of the selection event.</param>
 private void BlockSelected(object sender, BlockSelectedEventArgs e)
 {
     this.SelectedBlock = e.Block;
 }