update 20260308
This commit is contained in:
@@ -22,6 +22,7 @@ using Syncfusion.Windows.Forms.Edit.Enums;
|
||||
using Syncfusion.Windows.Forms.Edit.Implementation.Config;
|
||||
using static System.Windows.Forms.VisualStyles.VisualStyleElement;
|
||||
using System.Windows.Forms.Design;
|
||||
using Syncfusion.Windows.Forms.Edit.Utils.Serializers;
|
||||
|
||||
|
||||
namespace API_DocTest
|
||||
@@ -39,7 +40,7 @@ namespace API_DocTest
|
||||
{
|
||||
string lickey = "MzYzODg2NkAzMjM4MmUzMDJlMzBTOWljRmxNelA1d1VGOHpGR0lxQzB6UTAwKzIxK2VBNEhBZFp5alcxb1NVPQ==";
|
||||
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense(lickey);
|
||||
|
||||
|
||||
LoadJSON();
|
||||
Form1_Resize(sender, e);
|
||||
Refresh_Filelist();
|
||||
@@ -394,6 +395,11 @@ ELSE
|
||||
this.txtdbkey.Text = comboBox1.SelectedItem.ToString();
|
||||
button1_Click(sender, e);
|
||||
}
|
||||
|
||||
private void label3_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user