tabControl不显示
parent
058a0d5c9e
commit
bc6241d566
File diff suppressed because it is too large
Load Diff
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue