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
|
|
|
|
|
{
|
2018-07-27 00:08:07 +09:00
|
|
|
|
Send,
|
|
|
|
|
Transactions
|
2018-07-26 22:32:24 +09:00
|
|
|
|
}
|
|
|
|
|
}
|