Form1.cs  
     
- using- System;
- using- System.Collections.Generic;
- using- System.ComponentModel;
- using- System.Data;
- using- System.Drawing;
- using- System.Linq;
- using- System.Text;
- using- System.Threading.Tasks;
- using- System.Windows.Forms;
- namespace- WindowsFormsApplication1 {
-  publicpartialclassForm1 : Form {
-   publicForm1() {
-    InitializeComponent();
-   }
-   //кнопка OK
-   privatevoidbutton1_Click(objectsender, EventArgs e) {
-    textBox1.Text += monthCalendar1.SelectionStart.ToLongDateString() +"\r\n";
-   }
-   //кнопка Clear
-   privatevoidbutton2_Click(objectsender, EventArgs e) {
-    textBox1.Clear();
-   }
-  }
- }
- using- System;
- using- System.Collections.Generic;
- using- System.ComponentModel;
- using- System.Data;
- using- System.Drawing;
- using- System.Linq;
- using- System.Text;
- using- System.Threading.Tasks;
- using- System.Windows.Forms;
- namespace- WindowsFormsApplication1 {
-  publicpartialclassForm1 : Form {
-   publicForm1() {
-    InitializeComponent();
-   }
-   //кнопка OK
-   privatevoidbutton1_Click(objectsender, EventArgs e) {
-    textBox1.Text += monthCalendar1.SelectionStart.ToLongDateString() +"\r\n";
-   }
-   //кнопка Clear
-   privatevoidbutton2_Click(objectsender, EventArgs e) {
-    textBox1.Clear();
-   }
-  }
- }
