test_customermessagebox_tes.../Test_CustomerMessageBox/Form1.cs
2020-11-26 16:24:24 +01:00

21 lines
384 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 Test_CustomerMessageBox
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}