Exemplo n.º 1
0
 private void buttonEventLocations_Click(object sender, EventArgs e)
 {
     m_EventLocationForm = new FormEventLocations();
     m_EventLocationForm.FBUtilities = m_FBAdapter;
     m_EventLocationForm.Show();
 }
Exemplo n.º 2
0
 private void buttonEventLocations_Click(object sender, EventArgs e)
 {
     m_EventLocationForm             = new FormEventLocations();
     m_EventLocationForm.FBUtilities = m_FBAdapter;
     m_EventLocationForm.Show();
 }