BatchGuy.App.Shared.Services.BatchGuyNotificationService.BatchGuyNotificationService C# (CSharp) Метод

BatchGuyNotificationService() публичный Метод

public BatchGuyNotificationService ( string currentTagName ) : BatchGuy.App.Settings.Models
currentTagName string
Результат BatchGuy.App.Settings.Models
        public BatchGuyNotificationService(string currentTagName)
        {
            _currentTagName = currentTagName;
            _batchGuyLatestVersionSettings = null;
        }
        public BatchGuyLatestVersionInfo GetLatestVersionInfo()