1
0
mirror of synced 2025-01-21 01:48:49 +01:00
KillzXGaming dbb73d165e Add tool
2018-11-11 20:01:21 -05:00

36 lines
643 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 Switch_Toolbox
{
public partial class CreditsWindow : Form
{
public CreditsWindow()
{
InitializeComponent();
}
private void label2_Click(object sender, EventArgs e)
{
}
private void label4_Click(object sender, EventArgs e)
{
}
private void label3_Click(object sender, EventArgs e)
{
}
}
}