12 lines
254 B
C#
12 lines
254 B
C#
using System;
|
|
namespace UniversalEditor.UserInterface
|
|
{
|
|
public static class SettingsGuids
|
|
{
|
|
public static class Import
|
|
{
|
|
public static Guid RememberLastImportSettingsValues { get; } = new Guid("{e1b63e36-5bc7-4592-b7a3-e7825a45fb83}");
|
|
}
|
|
}
|
|
}
|