Drawer
This commit is contained in:
parent
366f2bae6c
commit
f79cc037a8
@ -151,6 +151,7 @@ public partial class Drawer : UIComponent, IDisposable, INavigationEventReceiver
|
|||||||
|
|
||||||
#region Styling properties
|
#region Styling properties
|
||||||
|
|
||||||
|
//old
|
||||||
private CssBuilder CompiledClassList
|
private CssBuilder CompiledClassList
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
using Connected.Annotations;
|
using Connected.Extensions;
|
||||||
using Connected.Extensions;
|
|
||||||
using Connected.Utilities;
|
using Connected.Utilities;
|
||||||
using Microsoft.AspNetCore.Components;
|
using Microsoft.AspNetCore.Components;
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ public partial class Item
|
|||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Lifecycle
|
#region Lifecycle events
|
||||||
|
|
||||||
protected override void OnInitialized()
|
protected override void OnInitialized()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user