Skip to content

Commit

Permalink
Удалить неиспользуемый код
Browse files Browse the repository at this point in the history
  • Loading branch information
vlastroG committed May 30, 2024
1 parent 6b7f7b1 commit 9743768
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions src/RevitFinishingWalls/Views/ErrorWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
MinHeight="400"
MinWidth="400"
WindowStartupLocation="CenterScreen"
d:DataContext="{d:DesignInstance vms:ErrorWindowViewModel, IsDesignTimeCreatable=False}"
Loaded="ThemedPlatformWindow_Loaded">
d:DataContext="{d:DesignInstance vms:ErrorWindowViewModel, IsDesignTimeCreatable=False}">
<dxmvvm:Interaction.Behaviors>
<common:AttachServiceBehavior AttachableService="{Binding MessageBoxService}" />
</dxmvvm:Interaction.Behaviors>
Expand Down
5 changes: 0 additions & 5 deletions src/RevitFinishingWalls/Views/ErrorWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@ namespace RevitFinishingWalls.Views {
public partial class ErrorWindow {
public ErrorWindow() {
InitializeComponent();
Loaded += ThemedPlatformWindow_Loaded;
}


public override string PluginName => nameof(RevitFinishingWalls);
public override string ProjectConfigName => nameof(ErrorWindow);

private void ThemedPlatformWindow_Loaded(object sender, System.Windows.RoutedEventArgs e) {
//_dgErrors.GroupBy(nameof(ErrorViewModel.Message));
}
}
}

0 comments on commit 9743768

Please sign in to comment.