Example #1
0
        internal static TestChildWindow GetAndResetCurrentInstance()
        {
            var instance = currentInstance;
            currentInstance = null;

            return instance;
        }
Example #2
0
        public TestChildWindow()
        {
            InitializeComponent();

            currentInstance = this;
        }