Sicherung
This commit is contained in:
13
FSI.BT.Tools/SystemTrayMenu/Resources/StaticResources.cs
Normal file
13
FSI.BT.Tools/SystemTrayMenu/Resources/StaticResources.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
// <copyright file="StaticResources.cs" company="PlaceholderCompany">
|
||||
// Copyright (c) PlaceholderCompany. All rights reserved.
|
||||
// </copyright>
|
||||
|
||||
namespace FSI.BT.Tools.SystemTrayMenu.Resources
|
||||
{
|
||||
using System.Drawing;
|
||||
|
||||
public class StaticResources
|
||||
{
|
||||
public static readonly Icon LoadingIcon = Properties.Resources.Loading;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user