Newer
Older
RbFreqStand / RbFreqStandMeasure / setting / SettingForm.cs
TAN YUE on 15 Mar 2021 388 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.setting
{
    public partial class SettingForm : UserControl
    {
        public SettingForm()
        {
            InitializeComponent();
        }
    }
}