GailTestApp.MovingThread.MovingThread C# (CSharp) Méthode

MovingThread() public méthode

public MovingThread ( ) : System
Résultat System
		public MovingThread ()
		{
			GLib.ExceptionManager.UnhandledException += new GLib.UnhandledExceptionHandler (HandleException);
			gThread = new Thread (new ThreadStart (Run));
		}