mirror of
https://github.com/TheUltimateHacker/ShiftOS.git
synced 2025-01-22 16:12:14 +00: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
208 B
VB.net
8 lines
208 B
VB.net
Imports ShiftOS.MyNamespace
|
|
|
|
Public Class MyPreviewToolStripRenderer
|
|
Inherits ToolStripProfessionalRenderer
|
|
Public Sub New()
|
|
MyBase.New(New PreviewCustomColorTable())
|
|
End Sub
|
|
End Class
|