mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2025-12-06 00:13:33 +00:00
Added customization support.
This commit is contained in:
@@ -15,6 +15,9 @@ namespace MeshCentralRouter
|
||||
public MappingHelpForm()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
// Load customizations
|
||||
try { helpPictureBox.Image = (Bitmap)Image.FromFile(@"customization\help.png"); } catch (Exception) { }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user