mirror of
https://github.com/TheUltimateHacker/ShiftOS.git
synced 2025-01-23 00:12:15 +00:00
9 lines
208 B
VB.net
9 lines
208 B
VB.net
|
Imports ShiftOS.MyNamespace
|
|||
|
|
|||
|
Public Class MyPreviewToolStripRenderer
|
|||
|
Inherits ToolStripProfessionalRenderer
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(New PreviewCustomColorTable())
|
|||
|
End Sub
|
|||
|
End Class
|