14 lines
419 B
C#
14 lines
419 B
C#
using BTbase;
|
|
|
|
namespace BT_Admin
|
|
{
|
|
public partial class BTAdmin : Form
|
|
{
|
|
public BTAdmin()
|
|
{
|
|
InitializeComponent();
|
|
textBoxJumpGroupComments.Text = BTtoken.GetAccessToken1("f2c0d97c96a790aaecd86d165f6d0330f62e5078", "v0aiiXx3YF10bTIBZgf+ijE8bScMVWEUCOU1Ayc6iD8K", "https://pra-proalpha.beyondtrustcloud.com/oauth2/token?grant_type=client_credentials");
|
|
}
|
|
}
|
|
}
|