public MainWindow() { _animationService = new ShutdownAnimationService(this); InitializeComponent(); MouseDown += (s, e) => DragMove(); }
public Page() { _animationService = new ShutdownAnimationService(this); InitializeComponent(); }