Esempio n. 1
0
		private void CreateAllCountersInvokeThread()
		{
			DiagnosticUI.CACDelegate method = new DiagnosticUI.CACDelegate(this.CreateAllCounters);
			base.Invoke(method);
		}
Esempio n. 2
0
 private void CreateAllCountersInvokeThread()
 {
     DiagnosticUI.CACDelegate method = new DiagnosticUI.CACDelegate(this.CreateAllCounters);
     base.Invoke(method);
 }