SystemTrayMenu/UserInterface/TaskbarForm.cs
Markus Hofknecht 45da1c222c #79, #114, #115, #116, version 0.11.1.9
[Feature] Take RowHeight from main menu #116
[Feature] Show icon in taskbar when application is running #115
[Feature] Add outer frame to selection #114
[Bug] Screen Changes #79
2020-06-27 11:01:12 +02:00

19 lines
352 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace SystemTrayMenu.UserInterface
{
public partial class TaskbarForm : Form
{
public TaskbarForm()
{
InitializeComponent();
}
}
}