update 20250406
This commit is contained in:
28
Client/DocMgmt/FrmDokumentwerte.cs
Normal file
28
Client/DocMgmt/FrmDokumentwerte.cs
Normal file
@@ -0,0 +1,28 @@
|
||||
using Model;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Security.Cryptography.X509Certificates;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace OnDoc.DocMgmt
|
||||
{
|
||||
public partial class FrmDokumentwerte : Form
|
||||
{
|
||||
public clsDocData docData = new clsDocData();
|
||||
public FrmDokumentwerte()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void FrmDokumentwerte_Load(object sender, EventArgs e)
|
||||
{
|
||||
sfDataGrid1.DataSource = docData.DocValues;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user