コード例 #1
0
ファイル: FormMain.cs プロジェクト: orgranit/A16-Ex02
 private void buttonEventLocations_Click(object sender, EventArgs e)
 {
     m_EventLocationForm             = new EventLocationsForm();
     m_EventLocationForm.FBUtilities = m_FBAdapter;
     m_EventLocationForm.Show();
 }
コード例 #2
0
 private void buttonEventLocations_Click(object sender, EventArgs e)
 {
     m_EventLocationForm = new EventLocationsForm();
     m_EventLocationForm.FBUtilities = m_utils;
     m_EventLocationForm.Show();
 }