btcpayserver/BTCPayServer/Views/UIApps/_ViewStart.cshtml

7 lines
163 B
Text
Raw Normal View History

@using BTCPayServer.Abstractions.Extensions
@using BTCPayServer.Views
@using BTCPayServer.Views.Apps
@{
ViewData.SetActiveCategory(typeof(AppsNavPages));
2018-04-03 11:50:41 +09:00
}