Upload to server

uploading
This commit is contained in:
2025-08-02 05:20:17 +07:00
commit a5eccbd452
984 changed files with 3031800 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace PatientMan.BasicForms
{
public partial class frmGround : Form
{
public frmGround()
{
InitializeComponent();
}
}
}