调整代码
This commit is contained in:
37
ShrlAlgoToolkit.RevitAddins/Mep/ClashResolveView.xaml.cs
Normal file
37
ShrlAlgoToolkit.RevitAddins/Mep/ClashResolveView.xaml.cs
Normal file
@@ -0,0 +1,37 @@
|
||||
using ShrlAlgoToolkit.RevitAddins.RvMEP;
|
||||
using ShrlAlgoToolkit;
|
||||
using ShrlAlgoToolkit.RevitAddins;
|
||||
|
||||
namespace ShrlAlgoToolkit.RevitAddins.Mep
|
||||
{
|
||||
/// <summary>
|
||||
/// ClashResolveView.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class ClashResolveView
|
||||
{
|
||||
public ClashResolveView()
|
||||
{
|
||||
InitializeComponent();
|
||||
//ThemeManager.ChangeAppTheme(this);
|
||||
//ThemeManager.Changed -= ApplicationThemeManager_Changed;
|
||||
//ThemeManager.Changed += ApplicationThemeManager_Changed;
|
||||
}
|
||||
|
||||
//private void ApplicationThemeManager_Changed(ThemeType currentApplicationTheme, Color systemAccent)
|
||||
//{
|
||||
// ThemeManager.ChangeAppTheme(this);
|
||||
//}
|
||||
|
||||
//private void Button_Click(object sender, RoutedEventArgs e)
|
||||
//{
|
||||
// if (ThemeManager.GetAppTheme()==ThemeType.Light)
|
||||
// {
|
||||
// ThemeManager.ChangeAppTheme(ThemeType.Dark);
|
||||
// }
|
||||
// else
|
||||
// {
|
||||
// ThemeManager.ChangeAppTheme(ThemeType.Light);
|
||||
// }
|
||||
//}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user