An error occurred while loading the file. Please try again.
-
SATTLER EMMA authoredb41d80bb
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 Wanderer.view
{
public partial class FormFin : Form
{
public FormFin()
{
InitializeComponent();
}
private void label1_Click(object sender, EventArgs e)
{
}
}
}