Files
feanor/HalControle/Form1.cs
Martijn Dijkstra 6a44bd4fd2 Add project files.
2025-05-08 09:10:15 +02:00

37 lines
719 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;
using Maser.Feanor.Model;
using Maser.Feanor.Biz;
using Maser.Feanor.MIDSInterface;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.IO;
using System.Diagnostics;
using System.Net;
using System.Data.SqlClient;
namespace HalControle
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void btnActiveProjects_Click(object sender, EventArgs e)
{
}
}
}