示例#1
0
 private void SelectBackground_Click(object sender, RoutedEventArgs e)
 {
     selectingPart = ServantPart.Background;
     iconSelectorPanel.Visibility = Visibility.Visible;
 }
示例#2
0
 public MainWindow()
 {
     InitializeComponent();
     MessageMgr.OnMessageSent += OutputMsg;
     selectingPart             = ServantPart.Undefined;
 }