Charlie Kindel пре 5 година
родитељ
комит
5f67da9c54
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      UICatalog/Scenarios/Progress.cs

+ 1 - 1
UICatalog/Scenarios/Progress.cs

@@ -63,7 +63,7 @@ namespace UICatalog {
 				var pulseButton = new Button ("Pulse") {
 					X = Pos.Right (startButton) + 2,
 					Y = Pos.Y (startButton),
-					Clicked = () => PulseBtnClick.Invoke ()
+					Clicked = () => Pulse()
 				};
 				var stopbutton = new Button ("Stop Timer") {
 					X = Pos.Right (pulseButton) + 2,