tabControl不显示

Test.EIImageViewer
hang 2023-05-22 16:01:58 +08:00
parent 058a0d5c9e
commit bc6241d566
2 changed files with 567 additions and 560 deletions

File diff suppressed because it is too large Load Diff

View File

@ -24,6 +24,7 @@ using System.Management.Automation.Host;
using SharpCompress.Common;
using System.IO.Compression;
using MaterialSkin2DotNet.Controls;
using MaterialSkin2DotNet;
namespace PublishSite
{
@ -37,6 +38,8 @@ namespace PublishSite
.WriteTo.File("logs\\log.txt", rollingInterval: RollingInterval.Day)
.CreateLogger();
}
public string EnvName = "";
@ -1014,6 +1017,13 @@ namespace PublishSite
private void PublishForm_Load(object sender, EventArgs e)
{
//MaterialSkinManager manager = MaterialSkinManager.Instance;
//manager.AddFormToManage(this);
//manager.Theme = MaterialSkinManager.Themes.LIGHT;
}
}
}