Skip to content

Commit e5ad9e4

Browse files
committed
Monitoring Program Update
1 parent e1849af commit e5ad9e4

File tree

196 files changed

+22683
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

196 files changed

+22683
-0
lines changed

Monitoring_EMAX/EMAX/A_DefultForm/Button.Designer.cs

+142
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.ComponentModel;
4+
using System.Data;
5+
using System.Drawing;
6+
using System.Linq;
7+
using System.Text;
8+
using System.Threading.Tasks;
9+
using System.Windows.Forms;
10+
11+
namespace EMAX_Monitoring.A_DefultForm
12+
{
13+
public partial class Button : Form
14+
{
15+
public Button()
16+
{
17+
InitializeComponent();
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)