예제 #1
0
        void UpdateFormWithProgressData(ProgressEventArgs e)
        {
            SetValuesCallBack values = new SetValuesCallBack(ShowProgress);

            this.Invoke(values, new object[] { e });
        }
예제 #2
0
파일: Form1.cs 프로젝트: pa3gsb/RadioBerry
 void UpdateFormWithProgressData(ProgressEventArgs e)
 {
     SetValuesCallBack values = new SetValuesCallBack(ShowProgress);
     this.Invoke(values, new object[] { e });
 }