initial source

This commit is contained in:
2025-03-06 18:56:47 +01:00
commit d055ffd56c
40 changed files with 1115 additions and 0 deletions

13
BTAdmin.cs Normal file
View File

@@ -0,0 +1,13 @@
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");
}
}
}