Exemple #1
0
 //showing window with panel to add new information
 private void addInfoBtn_Click(object sender, EventArgs e)
 {
     infoWindow = new CreateInfoWindow(this);
     infoWindow.Show();
 }
 public CalendarWindow(CreateInfoWindow windowInfo)
 {
     InitializeComponent();
     this.windowInfo = windowInfo;
 }