回答編集履歴

2

XAML中の記述を修正

2017/10/05 12:02

投稿

dodox86
dodox86

スコア9183

test CHANGED
@@ -49,12 +49,6 @@
49
49
  <Grid>
50
50
 
51
51
  <DatePicker x:Name="DatePicker1" HorizontalAlignment="Left" Margin="10,30,0,0" VerticalAlignment="Top" Height="24" Width="170"
52
-
53
- SelectedDateChanged="DatePicker1_SelectedDateChanged"
54
-
55
- CalendarOpened="DatePicker1_CalenderOpened"
56
-
57
- LostFocus="DatePicker1_LostFocus"
58
52
 
59
53
  DateValidationError="DatePicker1_DateValidationError"
60
54
 

1

不要な部分を削除

2017/10/05 12:01

投稿

dodox86
dodox86

スコア9183

test CHANGED
@@ -87,18 +87,6 @@
87
87
  namespace WpfApp1
88
88
 
89
89
  {
90
-
91
- // https://teratail.com/questions/46510
92
-
93
- // https://teratail.com/questions/94880
94
-
95
-
96
-
97
- /// <summary>
98
-
99
- /// MainWindow.xaml の相互作用ロジック
100
-
101
- /// </summary>
102
90
 
103
91
  public partial class MainWindow : Window
104
92