{{date}}
This commit is contained in:
26
Workshop2/Form2.cs
Normal file
26
Workshop2/Form2.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
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 Workshop2
|
||||
{
|
||||
public partial class Form2 : Form
|
||||
{
|
||||
public Form2()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void hideButton_Click( object sender, EventArgs e )
|
||||
{
|
||||
this.Hide();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user