Ejemplo n.º 1
0
        private void createost_Click(object sender, EventArgs e)
        {
            Postav p = new Postav();

            p.ShowDialog();
        }
Ejemplo n.º 2
0
 private void createost_Click(object sender, EventArgs e)
 {
     Postav p = new Postav();
     p.ShowDialog();
 }