FileWatcher/code/src/FileGroupSettings.cs

26 lines
489 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace FileWatcher
{
public partial class FileGroupSettings : Form
{
public FileGroupSettings()
{
InitializeComponent();
}
private void comboBox1_TextChanged(object sender, EventArgs e)
{
}
}
}