Sicherung
This commit is contained in:
13
FSI.BT.Tools/SystemTrayMenu/UserInterface/Language.cs
Normal file
13
FSI.BT.Tools/SystemTrayMenu/UserInterface/Language.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
// <copyright file="Language.cs" company="PlaceholderCompany">
|
||||
// Copyright (c) PlaceholderCompany. All rights reserved.
|
||||
// </copyright>
|
||||
|
||||
namespace FSI.BT.Tools.SystemTrayMenu.UserInterface
|
||||
{
|
||||
public class Language
|
||||
{
|
||||
public string Name { get; set; }
|
||||
|
||||
public string Value { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user