1 ExecuteLabelPrint(mTable.Rows[0], printLabelFile, port); 2 mTable.Rows[0].Delete(); 3 this.dtgSpool.DataSource = mTable; 4 Application.DoEvents(); 5 System.Threading.Thread.Sleep(500);