ShiftOS_TheReturn/ShiftOS_TheReturn/IStatusIcon.cs
2017-05-31 09:03:19 -04:00

14 lines
217 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ShiftOS.Engine
{
public interface IStatusIcon
{
void Setup();
}
}