示例#1
0
        private void rozciagniecieToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Stretch stretchApplyForm = new Stretch(this);

            stretchApplyForm.Show();
        }