Initial commit
This commit is contained in:
24
Handler/Project_form2/Don't change it/Dialog/fTouchKey.cs
Normal file
24
Handler/Project_form2/Don't change it/Dialog/fTouchKey.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Project.Dialog
|
||||
{
|
||||
public partial class fTouchKey : Form
|
||||
{
|
||||
public fTouchKey()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void touchKeyCalc1_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user