aboutsummaryrefslogtreecommitdiff
path: root/Who wants to become a millionare - Africa (BG)/Extracted code/Slide18.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Who wants to become a millionare - Africa (BG)/Extracted code/Slide18.cls')
-rw-r--r--Who wants to become a millionare - Africa (BG)/Extracted code/Slide18.cls22
1 files changed, 22 insertions, 0 deletions
diff --git a/Who wants to become a millionare - Africa (BG)/Extracted code/Slide18.cls b/Who wants to become a millionare - Africa (BG)/Extracted code/Slide18.cls
new file mode 100644
index 0000000..8cc25d1
--- /dev/null
+++ b/Who wants to become a millionare - Africa (BG)/Extracted code/Slide18.cls
@@ -0,0 +1,22 @@
+VERSION 1.0 CLASS
+BEGIN
+ MultiUse = -1 'True
+END
+Attribute VB_Name = "Slide18"
+Attribute VB_GlobalNameSpace = False
+Attribute VB_Creatable = False
+Attribute VB_PredeclaredId = True
+Attribute VB_Exposed = True
+Public Sub SetPrizeMoney(value As Long)
+
+lblPrize.Caption = value
+
+End Sub
+
+Private Sub cmdPlayAgain_Click()
+
+SlideShowWindows(1).View.GotoSlide 2
+
+End Sub
+
+'Kamen Mladenov 2019