ProManager initial setup.

This commit is contained in:
Patrick Fic
2024-03-20 14:30:48 -07:00
parent 63f18cdcae
commit 84908aabfe
68 changed files with 164 additions and 176 deletions

View File

@@ -10,7 +10,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows;
namespace RomeOnlinePartner.Utils
namespace ProManagerPartner.Utils
{
public static class UpdateHandler
{
@@ -35,7 +35,7 @@ namespace RomeOnlinePartner.Utils
private static NLog.Logger logger = NLog.LogManager.GetCurrentClassLogger();
public const string UpdatePath = @"http://partner.romeonline.io/";
public const string UpdatePath = @"http://partner.promanager.web-est.com/";
public static async Task<bool> AreUpdatesAvailable()
{