private void button5_Click(object sender, EventArgs e)
        {
            //MessageBox.Show("!!!ATTENTION!!!\nThis is not yet completed and problaly won't work!!");
            companies companies = new companies();

            companies.ShowInTaskbar = false;
            companies.Start(this, ShowHelp);
            companies.ShowDialog();
        }
Exemple #2
0
 public void Start(forms_choice vater, Boolean ShowHelp, companies m_mutter)
 {
     m_Vater    = vater;
     m_ShowHelp = ShowHelp;
     mutter     = m_mutter;
 }