22 lines
438 B
C#
22 lines
438 B
C#
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();
|
|
}
|
|
}
|
|
} |