mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 23:55:40 +02:00
2nd commit (and test)
This commit is contained in:
30
Perun_v1/form_Main.cs
Normal file
30
Perun_v1/form_Main.cs
Normal file
@@ -0,0 +1,30 @@
|
||||
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 Perun_v1
|
||||
{
|
||||
public partial class form_Main : Form
|
||||
{
|
||||
public form_Main()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void con_Button_DEBUG_Click(object sender, EventArgs e)
|
||||
{
|
||||
con_List_Received.Items.Add("test");
|
||||
}
|
||||
|
||||
private void form_Main_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user