namespace Psychlops { public static class Main { public static Drawable drawable; public static Canvas canvas; } namespace Internal { public static class Main { public static System.Threading.Thread routine; public static System.Threading.AutoResetEvent canvas_flag; public static System.Windows.Controls.TextBlock statusBar; public static System.Windows.Controls.StackPanel widgetStack; static Main() { canvas_flag = new System.Threading.AutoResetEvent(false); } } } }