2008-05-13 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / Timer.cs
index 998b7631339cc35720ff912ee4576c41951cc43e..f5839a5c9997daae00405ea4fcb28d2482b35efb 100644 (file)
@@ -37,6 +37,8 @@ namespace System.Windows.Forms {
                private int interval = 100;
                private DateTime expires;
                internal Thread thread;
+               internal bool Busy;
+               internal IntPtr window;
 
 #if NET_2_0
                object control_tag;