Newer
Older
RbFreqStand / RbFreqStandMeasure / info / InfoCtrlForm.cs
TAN YUE on 15 Mar 2021 387 bytes 20210315 首页添加
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace Casic.Birmm.RbFreqStandMeasure.info
{
    public partial class InfoCtrlForm : UserControl
    {
        public InfoCtrlForm()
        {
            InitializeComponent();
        }
    }
}