Esempio n. 1
0
        void SetChildParent()
        {
            if (IsReleased)
            {
                return;
            }

            SplashScreenHelper.SetParent(Child.Window, Parent.Handle);
        }