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 @@ +