Exemplo n.º 1
0
        private void LuceneBuild_Load(object sender, EventArgs e)
        {
            float size = DBInit.GetDBSize();

            Size_Label.Text       = $"{size.ToString()}MB";
            Finish_Label.Text     = StopWatchHelper.formatDuring(0);
            Lucenepath_Label.Text = StaticConst.LucenePath;
        }