ShiftOS/MyToolStripRenderer.vb
ShiftOS 4caacce50c ShiftOS
ShiftOS is a game about evolving an experimental operating system called
"ShiftOS" from a completely black and white text based command line
based OS to a fully graphical operating system filled with advanced
features and beautiful colours. The level of customization will exceed
the levels of real world operating systems
2015-03-07 22:31:31 +02:00

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