diff options
| author | william1008 <[email protected]> | 2015-03-23 12:57:33 +1300 |
|---|---|---|
| committer | william1008 <[email protected]> | 2015-03-23 12:57:33 +1300 |
| commit | 965207dac55e9e1cfbfcab7d229eca417d41d118 (patch) | |
| tree | cfdb8c1f32e5acf59ce22e665dab9e3d44eade6c /ShiftOS/Audio Player.vb | |
| parent | a276b027fb14540aaae66b1e0f42706174b77938 (diff) | |
| download | shiftos-965207dac55e9e1cfbfcab7d229eca417d41d118.tar.gz shiftos-965207dac55e9e1cfbfcab7d229eca417d41d118.tar.bz2 shiftos-965207dac55e9e1cfbfcab7d229eca417d41d118.zip | |
Mod workpr/18
Improved SRIP mod communication system and tested with mod, will soon
release mod template files and documentation. Currently only has 4
commands, please add more. This is a starter.
Diffstat (limited to 'ShiftOS/Audio Player.vb')
| -rw-r--r-- | ShiftOS/Audio Player.vb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ShiftOS/Audio Player.vb b/ShiftOS/Audio Player.vb index deef0df..c208fdd 100644 --- a/ShiftOS/Audio Player.vb +++ b/ShiftOS/Audio Player.vb @@ -572,4 +572,8 @@ Private Sub picsongtrack_MouseUp(sender As Object, e As MouseEventArgs) Handles picsongtrack.MouseUp tmrsongtrack.Interval = 200 End Sub + + Private Sub lblintro_Click(sender As Object, e As EventArgs) Handles lblintro.Click + + End Sub End Class
\ No newline at end of file |
