摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Input;namespace Picture{ public class MyCommand { //最小化命令 public static RoutedCommand SmallCommand = new RoutedCommand(); //最大化命令 public static RoutedCommand BigCo... 阅读全文