Beispiel #1
0
        /*!
         * \brief Wybieramy operacje Wyplata
         * \param sender obiekt, który wyzwala zdarzenie.
         * \param e zmienna argumentu
         *
         */

        private void button1_Click(object sender, EventArgs e)
        {
            Wyplata wypl = new Wyplata();

            wypl.Show();
            this.Close();
        }
Beispiel #2
0
        private void wyplata_btn_Click(object sender, EventArgs e)
        {
            Wyplata wyplata = new Wyplata();

            wyplata.Show();
            this.Hide();
        }