Initial commit
This commit is contained in:
29
Mip/frmEditBrusenia.cs
Normal file
29
Mip/frmEditBrusenia.cs
Normal file
@@ -0,0 +1,29 @@
|
||||
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 Mip
|
||||
{
|
||||
public partial class frmEditBrusenia : Form
|
||||
{
|
||||
public frmEditBrusenia(Int32 _IDS)
|
||||
{
|
||||
InitializeComponent();
|
||||
string cmd = "select * ";
|
||||
DataTable tabBrusenia = new DataTable();
|
||||
classSQL.SQL(cmd, out tabBrusenia);
|
||||
|
||||
}
|
||||
|
||||
private void button9_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.Close();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user