Skip to content

Commit 3982990

Browse files
Add files via upload
1 parent f4024ef commit 3982990

37 files changed

+3514
-101
lines changed

GH_CPython/GH_CPython.v12.suo

3 KB
Binary file not shown.

GH_CPython/GH_CPython/DataManagement.Designer.cs

Lines changed: 196 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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 GH_CPython
12+
{
13+
public partial class DataManagement : Form
14+
{
15+
public DataManagement()
16+
{
17+
InitializeComponent();
18+
}
19+
20+
21+
}
22+
}

0 commit comments

Comments
 (0)