@inherits LayoutComponentBase MP.Mon
@Body
An unhandled error has occurred. Reload 🗙
@code{ protected override void OnInitialized() { // base.OnInitialized(); var currAssembly = typeof(Program).Assembly.GetName(); version = currAssembly.Version != null ? currAssembly.Version : new Version(); } /// /// Versione applicativo ada passare al controllo footer /// private Version version = null!; }