mirror of
https://github.com/TheUltimateHacker/shiftos-next.git
synced 2025-01-22 09:02:00 -05:00
ed36135241
See the post on shiftos.net for more info.
6 lines
164 B
VB.net
6 lines
164 B
VB.net
Public Class basicwm_renderer
|
|
Inherits ToolStripProfessionalRenderer
|
|
Public Sub New()
|
|
MyBase.New(New BasicWM.ColorTable())
|
|
End Sub
|
|
End Class
|