mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
fix warnings
This commit is contained in:
parent
e136927f18
commit
da5144801f
@ -29,7 +29,7 @@ namespace Bloxstrap.UI.Elements.Bootstrapper
|
||||
|
||||
private string ThemeDir { get; set; } = "";
|
||||
|
||||
delegate UIElement HandleXmlElementDelegate(CustomDialog dialog, XElement xmlElement);
|
||||
delegate UIElement? HandleXmlElementDelegate(CustomDialog dialog, XElement xmlElement);
|
||||
delegate void HandleXmlTransformationElementDelegate(TransformGroup group, XElement xmlElement);
|
||||
|
||||
private static Dictionary<string, HandleXmlElementDelegate> _elementHandlerMap = new Dictionary<string, HandleXmlElementDelegate>()
|
||||
|
Loading…
Reference in New Issue
Block a user