mirror of
https://github.com/ShiftOS-Rewind/ShiftOS.git
synced 2025-02-02 05:47:34 +00:00
cf1bf85e01
Very, very incomplete (C# isn't *remotely* complete.)
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
|