From 74c525a901eb1b7aabc65040a75e03998cec16a8 Mon Sep 17 00:00:00 2001 From: Elena Date: Tue, 23 Feb 2021 00:57:33 +0100 Subject: [PATCH] pequenos avances --- Button1.cs | 3 +- Config.daml | 10 +- ProWindow1.xaml | 3 +- ProWindow1.xaml.cs | 79 +++++++++++++ PruebaAddIn - copia.csproj | 222 +++++++++++++++++++++++++++++++++++++ PruebaAddIn.csproj | 53 ++++----- PruebaAddIn.csproj.user | 6 + 7 files changed, 343 insertions(+), 33 deletions(-) create mode 100644 PruebaAddIn - copia.csproj create mode 100644 PruebaAddIn.csproj.user diff --git a/Button1.cs b/Button1.cs index e63e487..29aa13d 100644 --- a/Button1.cs +++ b/Button1.cs @@ -22,7 +22,8 @@ namespace PruebaAddIn { protected override void OnClick() { - InicioDlg w1 = new InicioDlg(); + //InicioDlg w1 = new InicioDlg(); + ProWindow1 w1 = new ProWindow1(); w1.Show(); } } diff --git a/Config.daml b/Config.daml index e4a748d..b80877e 100644 --- a/Config.daml +++ b/Config.daml @@ -1,10 +1,10 @@  - PruebaAddIn - PruebaAddIn description + PruebaAddInOlivia + Prueba para AddIn de ArcGIS Pro para OLIVIA - Narvaling Images\AddinDesktop32.png - Elena - Acme + Narvaling + Narvaling 03/08/2020 10:46:43, 2020 Framework - diff --git a/ProWindow1.xaml b/ProWindow1.xaml index 752baa7..fe39f27 100644 --- a/ProWindow1.xaml +++ b/ProWindow1.xaml @@ -6,7 +6,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:extensions="clr-namespace:ArcGIS.Desktop.Extensions;assembly=ArcGIS.Desktop.Extensions" mc:Ignorable="d" - Title="ProWindow1" Height="300" Width="300" + Title="Prueba Olivia AddInPro" Height="300" Width="300" WindowStartupLocation="CenterOwner" > @@ -17,6 +17,7 @@ +