Esempio n. 1
0
        private void SetProcessReadFile()
        {
            string file = $"Đang đọc dòng thứ {RecordNumber}/{RecordTotal} của file {FileNumer}/{FileTotal}";

            Process_Label.Text = file;
            Process_Label.Refresh();
        }
Esempio n. 2
0
 private void SetProcess(string text)
 {
     Process_Label.Text = text;
     Process_Label.Refresh();
 }