Merge remote-tracking branch 'origin/develop' into Elena/import
commit
472beaae01
|
|
@ -12,6 +12,7 @@ using OliviaAddInPro.Helper;
|
|||
using System.Net;
|
||||
using System.Net.Sockets;
|
||||
using System.IO;
|
||||
using System.Windows;
|
||||
|
||||
namespace OliviaAddInPro.Model
|
||||
{
|
||||
|
|
@ -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