Stuff for tunesync
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Toolkit.Foundation;
|
||||
|
||||
namespace Toolkit.Windows;
|
||||
|
||||
public interface INotifyIcon :
|
||||
IInitialization,
|
||||
IDisposable
|
||||
{
|
||||
void SetIcon(IntPtr iconHandle);
|
||||
}
|
||||
Reference in New Issue
Block a user