Ejemplo n.º 1
0
        internal static TestChildWindow GetAndResetCurrentInstance()
        {
            var instance = currentInstance;
            currentInstance = null;

            return instance;
        }
Ejemplo n.º 2
0
        public TestChildWindow()
        {
            InitializeComponent();

            currentInstance = this;
        }