diff options
| author | lempamo <[email protected]> | 2017-07-01 22:36:17 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-01 22:36:17 -0400 |
| commit | 311d896ca59155f4a1cd80921cd76c548937367a (patch) | |
| tree | cd0a007d845262caa893d508c6a3a6bdffab0e61 /TimeHACK.Main/TitleScreen.cs | |
| parent | 4af9777601e85fa948bf2e246798f60f6eae2f49 (diff) | |
| download | histacom2-311d896ca59155f4a1cd80921cd76c548937367a.tar.gz histacom2-311d896ca59155f4a1cd80921cd76c548937367a.tar.bz2 histacom2-311d896ca59155f4a1cd80921cd76c548937367a.zip | |
paint it black (on the bottom and right)
Diffstat (limited to 'TimeHACK.Main/TitleScreen.cs')
| -rw-r--r-- | TimeHACK.Main/TitleScreen.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/TimeHACK.Main/TitleScreen.cs b/TimeHACK.Main/TitleScreen.cs index d23c1d3..54b680f 100644 --- a/TimeHACK.Main/TitleScreen.cs +++ b/TimeHACK.Main/TitleScreen.cs @@ -48,16 +48,6 @@ namespace TimeHACK InitializeComponent(); } - private void startmenu_Paint(object sender, PaintEventArgs e) - { - // Paint the StartMenu - ControlPaint.DrawBorder(e.Graphics, startmenu.ClientRectangle, - SystemColors.ControlLightLight, 2, ButtonBorderStyle.Outset, - SystemColors.ControlLightLight, 2, ButtonBorderStyle.Outset, - SystemColors.ControlLightLight, 2, ButtonBorderStyle.Outset, - SystemColors.ControlLightLight, 2, ButtonBorderStyle.Outset); - } - public void StartGame() { //TODO: You may want to handle story stuff to decide what OS to boot here. |
