4 lines
96 B
C#
4 lines
96 B
C#
namespace Wallet;
|
|
|
|
public record TextEntryConfiguration :
|
|
ItemEntryConfiguration<string>; |