// // Copyright (c) PlaceholderCompany. All rights reserved. // namespace SystemTrayMenu.Resources { using System.Drawing; public class StaticResources { public static readonly Icon LoadingIcon = Properties.Resources.Loading; } }