mirror of https://github.com/abpframework/abp.git
303 changed files with 37 additions and 32 deletions
@ -1,7 +1,7 @@ |
|||
using Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Components; |
|||
using Volo.Abp.DependencyInjection; |
|||
|
|||
namespace Volo.ClientSimulation.Web |
|||
namespace Volo.ClientSimulation.Demo |
|||
{ |
|||
[Dependency(ReplaceServices = true)] |
|||
public class BrandingProvider : DefaultBrandingProvider |
|||
@ -1,5 +1,6 @@ |
|||
@page |
|||
@model Volo.ClientSimulation.Web.Pages.IndexModel |
|||
@using Volo.ClientSimulation.Demo.Pages |
|||
@model Volo.ClientSimulation.Demo.Pages.IndexModel |
|||
@section styles { |
|||
<abp-style-bundle> |
|||
<abp-style src="/Pages/SimulationArea.css" /> |
|||
@ -1,7 +1,7 @@ |
|||
using System.Threading.Tasks; |
|||
using Microsoft.AspNetCore.Mvc.RazorPages; |
|||
|
|||
namespace Volo.ClientSimulation.Web.Pages |
|||
namespace Volo.ClientSimulation.Demo.Pages |
|||
{ |
|||
public class IndexModel : PageModel |
|||
{ |
|||
@ -1,11 +1,10 @@ |
|||
using System; |
|||
using System.IO; |
|||
using Microsoft.AspNetCore; |
|||
using Microsoft.AspNetCore.Hosting; |
|||
using Serilog; |
|||
using Serilog.Events; |
|||
|
|||
namespace Volo.ClientSimulation.Web |
|||
namespace Volo.ClientSimulation.Demo |
|||
{ |
|||
public class Program |
|||
{ |
|||
|
Before Width: | Height: | Size: 434 KiB After Width: | Height: | Size: 434 KiB |
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue