Files
gpw_next/GPW.CORE.SMART/Components/NavBottom.razor.cs
T
zaccaria.majid 347aa867c0 fix grafici
2023-01-11 11:28:42 +01:00

18 lines
392 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Web;
namespace GPW.CORE.Smart.Components
{
public partial class NavBottom
{
private string cssAll = "";
protected void slide()
{
cssAll = "bottom: 15rem;";
}
}
}