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