Delegate fin ejecuta 2
parent
297d960b90
commit
2e87fb3240
|
|
@ -12,6 +12,7 @@ using OliviaAddInPro.Helper;
|
|||
using System.Net;
|
||||
using System.Net.Sockets;
|
||||
using System.IO;
|
||||
using System.Windows;
|
||||
|
||||
namespace OliviaAddInPro.Model
|
||||
{
|
||||
|
|
@ -191,7 +192,7 @@ namespace OliviaAddInPro.Model
|
|||
DockpaneRecogidaViewModel.Hide_();
|
||||
}
|
||||
}
|
||||
else if(OliviaGlob.IsProps())
|
||||
else if (OliviaGlob.IsProps())
|
||||
{
|
||||
if (sh)
|
||||
{
|
||||
|
|
@ -319,8 +320,11 @@ namespace OliviaAddInPro.Model
|
|||
{
|
||||
HelperGlobal.ponMsg(Resource1.String_exito);
|
||||
}
|
||||
Application.Current.Dispatcher.Invoke(new Action(() => { finEjecuta2(); }));
|
||||
//tiene que hacer delegate finEjecuta2()
|
||||
}
|
||||
|
||||
|
||||
public static void finEjecuta2()
|
||||
{
|
||||
//muestra la ventana
|
||||
|
|
|
|||
Loading…
Reference in New Issue