aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-09-06 00:26:22 -0400
committerlempamo <[email protected]>2017-09-06 00:26:22 -0400
commit584789ed8a37027db496d6c90873186fe461f021 (patch)
tree8dbd779e381f2611af1e169fbd422869fae63574 /Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs
parentd2c331962d3d102022f41b8c7d449e85767b2d35 (diff)
downloadhistacom2-584789ed8a37027db496d6c90873186fe461f021.tar.gz
histacom2-584789ed8a37027db496d6c90873186fe461f021.tar.bz2
histacom2-584789ed8a37027db496d6c90873186fe461f021.zip
a little modification
Diffstat (limited to 'Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs')
-rw-r--r--Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs12
1 files changed, 6 insertions, 6 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs b/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs
index 2fd4afd..4dd74fb 100644
--- a/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs
+++ b/Histacom2/OS/Win95/Win95Apps/WinClassicFTPClient.cs
@@ -117,11 +117,6 @@ namespace Histacom2.OS.Win95.Win95Apps
}
}
- private void DoClassicButtons()
- {
- btnCancel.Paint += (sender, args) => Engine.Paintbrush.PaintClassicBorders(sender, args, 2);
- }
-
private void btnCancel_Click(object sender, EventArgs e)
{
ParentForm.Close();
@@ -129,7 +124,12 @@ namespace Histacom2.OS.Win95.Win95Apps
private void WinClassicFTPClient_Load(object sender, EventArgs e)
{
- DoClassicButtons();
+
+ }
+
+ private void topBar_Paint(object sender, PaintEventArgs e)
+ {
+ topBar.BackColor = SaveSystem.currentTheme.threeDObjectsColor;
}
}
}