1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-06 00:13:33 +00:00

Added customization support.

This commit is contained in:
Ylian Saint-Hilaire
2021-02-23 11:34:57 -08:00
parent ec18c4813b
commit 3c8545e957
5 changed files with 34 additions and 6 deletions

View File

@@ -15,6 +15,9 @@ namespace MeshCentralRouter
public MappingHelpForm()
{
InitializeComponent();
// Load customizations
try { helpPictureBox.Image = (Bitmap)Image.FromFile(@"customization\help.png"); } catch (Exception) { }
}
}
}