コード例 #1
0
 //showing window with panel to add new information
 private void addInfoBtn_Click(object sender, EventArgs e)
 {
     infoWindow = new CreateInfoWindow(this);
     infoWindow.Show();
 }
コード例 #2
0
ファイル: CalendarWindow.cs プロジェクト: LuklaB96/MyFirstApp
 public CalendarWindow(CreateInfoWindow windowInfo)
 {
     InitializeComponent();
     this.windowInfo = windowInfo;
 }