982aace898
inizio pagina timbratura
18 lines
380 B
C#
18 lines
380 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.Comp
|
|
{
|
|
public partial class NavBottom
|
|
{
|
|
private string cssAll = "";
|
|
protected void slide()
|
|
{
|
|
cssAll = "bottom: 15rem;";
|
|
}
|
|
}
|
|
} |