9 lines
No EOL
158 B
C#
9 lines
No EOL
158 B
C#
namespace VocabularyTrainer;
|
|
|
|
/// <summary>
|
|
/// Represents one word in the vocabulary
|
|
/// </summary>
|
|
public sealed class VocabularyItem
|
|
{
|
|
// TODO
|
|
} |