ArchiveSettingConstants.cs 288 Bytes
using System;
using Sungero.Core;

namespace DirRX.Container.Constants
{
  public static class ArchiveSetting
  {
    // Имя параметра "Сохранение выполняется через UI".
    public const string SaveFromUIParamName = "Settings Saved From UI";
  }
}