DHaromszog/haromszogek/Form1.cs
Szabolcs Zsolt Csizmadia 55988d30eb asdadasdasdasd
2024-01-04 14:59:36 +01:00

26 lines
469 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 haromszogek
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
}
}
}