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