ProManager initial setup.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
using RomeOnlinePartner.Models;
|
||||
using RomeOnlinePartner.Utils.Growls;
|
||||
using ProManagerPartner.Models;
|
||||
using ProManagerPartner.Utils.Growls;
|
||||
using GraphQL.Client;
|
||||
using GraphQL;
|
||||
using Newtonsoft.Json;
|
||||
@@ -16,7 +16,7 @@ using Firebase.Auth;
|
||||
using ToastNotifications.Messages;
|
||||
using Microsoft.Win32;
|
||||
|
||||
namespace RomeOnlinePartner.ViewModels
|
||||
namespace ProManagerPartner.ViewModels
|
||||
{
|
||||
public partial class MainViewModel : BaseViewModel
|
||||
{
|
||||
@@ -109,7 +109,7 @@ namespace RomeOnlinePartner.ViewModels
|
||||
|
||||
}
|
||||
|
||||
// string msg = "An update to Rome Online Partner is Available. It will be automatically downloaded and applied.";
|
||||
// string msg = "An update to ProManager Partner is Available. It will be automatically downloaded and applied.";
|
||||
// Utils.Notifications.notifier.ShowInformation(msg);
|
||||
// logger.Debug("Updates are available! Installing.");
|
||||
// try
|
||||
@@ -399,7 +399,7 @@ namespace RomeOnlinePartner.ViewModels
|
||||
logger.Trace(newLine);
|
||||
}
|
||||
|
||||
private FirebaseAuthLink al = RomeOnlinePartner.Utils.Auth.authlink;
|
||||
private FirebaseAuthLink al = ProManagerPartner.Utils.Auth.authlink;
|
||||
public async Task TestGql()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user