old_flsystem/FLSystem/Forms/Web Api.cs

22 lines
438 B
C#
Raw Normal View History

2022-09-20 03:10:29 +00:00
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
using DevExpress.XtraEditors;
using UI.Framework.Forms;
namespace FLSystem.Forms
{
public partial class Web_Api : BaseForm
{
public Web_Api()
{
InitializeComponent();
}
}
}