在使用透镜时,正在利用援引以避免十字路面(1)。
但是,有时还使用时标语避免十字路面(2)
(例如)
public partial class Form1 : Form
{
private bool bCheckState = false;
public Form1()
{
InitializeComponent();
}
//Button Click
private void btnWork_Click(object sender, EventArgs e)
{
Thread m_Thread = new Thread(new ThreadStart(Work));
m_Thread.Start();
}
private void Work()
{
bCheckState = true;
// not use invoke
}
private void timer_Tick(object sender, EventArgs e)
{
if (bCheckState)
{
//tbxDisplay is winform s textBox control - printing data
tbxDisplay.Text = bCheckState.ToString();
bCheckState = false;
}
}
}
哪些措施更加有效? (1)和(2)
如果我们不使用援引方法或其他方法,在时间活动进行核对后将所处理的数据编成正文,这难道是一个问题吗? (我们听说,为了避免在校对校对校对校对校对校对校对校对校正,在时间范围内将数据编成目录,添加时间标语经常被使用,因为这既不有益也不有害。)