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

            MouseDown += (s, e) => DragMove();
        }
コード例 #2
0
ファイル: Page.xaml.cs プロジェクト: sunthx/mvvmlight
        public Page()
        {
            _animationService = new ShutdownAnimationService(this);

            InitializeComponent();
        }