mirror of
https://github.com/ShiftOS-Rewind/ShiftOS.git
synced 2025-02-03 06:07:35 +00:00
8 lines
194 B
VB.net
8 lines
194 B
VB.net
Imports ShiftOS.MyNamespace
|
|
|
|
Public Class MyToolStripRenderer
|
|
Inherits ToolStripProfessionalRenderer
|
|
Public Sub New()
|
|
MyBase.New(New CustomColorTable())
|
|
End Sub
|
|
End Class
|