From 5e95459e3ee89337032988df228ffc03570b40dd Mon Sep 17 00:00:00 2001 From: Miguel Date: Mon, 24 Feb 2025 11:37:52 +0100 Subject: [PATCH] Agregado un nuevo objeto CustomImage --- Commands/FileDialogCommand.cs | 0 Converters/ActionConverter.cs | 0 MainWindow.xaml | 20 ++++- MainWindow.xaml.cs | 73 ++++++++++++--- ObjectManipulationManager.cs | 31 +++++-- ObjetosSim/Decorativos/ucCustomImage.xaml | 13 +++ ObjetosSim/Decorativos/ucCustomImage.xaml.cs | 94 ++++++++++++++++++++ ObjetosSim/UserControlFactory.cs | 45 ++++++---- 8 files changed, 235 insertions(+), 41 deletions(-) create mode 100644 Commands/FileDialogCommand.cs create mode 100644 Converters/ActionConverter.cs create mode 100644 ObjetosSim/Decorativos/ucCustomImage.xaml create mode 100644 ObjetosSim/Decorativos/ucCustomImage.xaml.cs diff --git a/Commands/FileDialogCommand.cs b/Commands/FileDialogCommand.cs new file mode 100644 index 0000000..e69de29 diff --git a/Converters/ActionConverter.cs b/Converters/ActionConverter.cs new file mode 100644 index 0000000..e69de29 diff --git a/MainWindow.xaml b/MainWindow.xaml index 14f4428..334aecd 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -342,8 +342,26 @@ + + + + + + + + + + + +