Newer
Older
RbFreqStand / RbFreqStandMeasure / DataBackupDlg.cs
TAN YUE on 24 Mar 2021 494 bytes 20210324 页面美化调整
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 DataBackupDlg : Form
    {
        public DataBackupDlg()
        {
            InitializeComponent();
        }

        private void btnCancel_Click(object sender, EventArgs e)
        {
            this.Close();
        }
    }
}