Exemple #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            IshForm newForm = new IshForm(this);

            newForm.Show();
            this.button2.Enabled = true;
            this.button4.Visible = true;
            this.button5.Visible = true;
        }
Exemple #2
0
        public Form1()
        {
            InitializeComponent();
            fLift = new Lift();

            fIsh = new IshForm(this);

            fStat = new Statistic();

            fLev = new Levels();

            faddm = new addman();
        }