Newer
Older
RbFreqStand / RbFreqStandMeasure / info / accuracy.cs
yangqianqian on 30 Apr 2021 464 bytes pull counter
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace Casic.Birmm.RbFreqStandMeasure.info
{
    public partial class accuracy : UserControl
    {
        public static Label label_result;
        public accuracy()
        {
            InitializeComponent();
            label_result = label_accuracy;
        }
    }
}