mirror of
https://github.com/TheUltimateHacker/ShiftOS.git
synced 2025-01-23 00:12:15 +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
|