shiftos-next/shiftos_next/basicwm_renderer.vb

7 lines
164 B
VB.net
Raw Normal View History

Public Class basicwm_renderer
Inherits ToolStripProfessionalRenderer
Public Sub New()
MyBase.New(New BasicWM.ColorTable())
End Sub
End Class