v1.2
This commit is contained in:
15
FSI.BT.Tools/SystemTrayMenu/Config/ColorAndCode.cs
Normal file
15
FSI.BT.Tools/SystemTrayMenu/Config/ColorAndCode.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
// <copyright file="ColorAndCode.cs" company="PlaceholderCompany">
|
||||
// Copyright (c) PlaceholderCompany. All rights reserved.
|
||||
// </copyright>
|
||||
|
||||
namespace FSI.BT.Tools.SystemTrayMenu
|
||||
{
|
||||
using System.Drawing;
|
||||
|
||||
internal struct ColorAndCode
|
||||
{
|
||||
public Color Color { get; set; }
|
||||
|
||||
public string HtmlColorCode { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user