btcpayserver/BTCPayServer/Views/Wallets/WalletsNavPages.cs

14 lines
221 B
C#
Raw Normal View History

2018-07-26 22:32:24 +09:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace BTCPayServer.Views.Wallets
{
public enum WalletsNavPages
{
Send,
Transactions
2018-07-26 22:32:24 +09:00
}
}