Exemplo n.º 1
0
 private void ButtonsControl_Load(object sender, EventArgs e)
 {
     selectedControl            = (NvnButton)btnProductInformation;
     selectedControl.IsSelected = true;
     selectedControl.Invalidate();
     ControlsManager.NotifyControlSelectionChanged(ControlType.ProductInformation);
 }