System.Windows.Forms.XplatUIX11.StartLoop C# (CSharp) 메소드

StartLoop() 개인적인 메소드

private StartLoop ( Thread thread ) : object
thread Thread
리턴 object
		internal override object StartLoop(Thread thread) {
			XEventQueue q = ThreadQueue(thread);
			return q;
		}
XplatUIX11