示例#1
0
        public MainWindow()
        {
            _animationService = new ShutdownAnimationService(this);
            InitializeComponent();

            MouseDown += (s, e) => DragMove();
        }
示例#2
0
        public Page()
        {
            _animationService = new ShutdownAnimationService(this);

            InitializeComponent();
        }