Beispiel #1
0
        static void m_Load(object sender, EventArgs e)
        {
            window w = (window)(((System.Windows.Forms.Form)sender).Tag);

            if (w.create == null)
            {
                return;
            }
            ExecutionContext.Current = w.inst;
            w.create();
        }