Ejemplo n.º 1
0
 void ShowButtonProperties(int button)
 {
     ButtonPropertiesDialog dialog = new ButtonPropertiesDialog (project, button);
     if (dialog.RunModal () == ResponseType.Ok) {
         // Can change the button ShowAs
         QueueDraw ();
     }
 }