aboutsummaryrefslogtreecommitdiff
path: root/MyPreviewToolStripRenderer.vb
diff options
context:
space:
mode:
authorShiftOS <[email protected]>2015-03-07 22:31:31 +0200
committerShiftOS <[email protected]>2015-03-07 22:31:31 +0200
commit4caacce50cef00e4175d35f78f2089f1f6d69562 (patch)
tree6b1ceb79d9590869fe3742753e68831378cc9e56 /MyPreviewToolStripRenderer.vb
parentfeafdde01c360f8260b4092fc045952d97ad8872 (diff)
downloadshiftos-4caacce50cef00e4175d35f78f2089f1f6d69562.tar.gz
shiftos-4caacce50cef00e4175d35f78f2089f1f6d69562.tar.bz2
shiftos-4caacce50cef00e4175d35f78f2089f1f6d69562.zip
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
Diffstat (limited to 'MyPreviewToolStripRenderer.vb')
-rw-r--r--MyPreviewToolStripRenderer.vb8
1 files changed, 8 insertions, 0 deletions
diff --git a/MyPreviewToolStripRenderer.vb b/MyPreviewToolStripRenderer.vb
new file mode 100644
index 0000000..ee2239d
--- /dev/null
+++ b/MyPreviewToolStripRenderer.vb
@@ -0,0 +1,8 @@
+Imports ShiftOS.MyNamespace
+
+Public Class MyPreviewToolStripRenderer
+ Inherits ToolStripProfessionalRenderer
+ Public Sub New()
+ MyBase.New(New PreviewCustomColorTable())
+ End Sub
+End Class