mirror of
https://github.com/TheUltimateHacker/ShiftOS.git
synced 2025-01-22 09:01:58 -05:00
4caacce50c
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
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
|