mirror of
https://github.com/brmlab/ratbox.git
synced 2025-06-08 09:54:03 +02:00
14 lines
110 B
Text
14 lines
110 B
Text
' Gambas class file
|
|
|
|
|
|
PUBLIC SUB PictureBox1_DblClick()
|
|
|
|
|
|
|
|
END
|
|
|
|
PUBLIC SUB PictureBox1_MouseDown()
|
|
|
|
|
|
|
|
END
|