public TehtavaTarkastelu(TehtavaLisays parent) { InitializeComponent(); this.parent = parent; }
private void btnLisaaTehtava_Click(object sender, EventArgs e) { TehtavaLisays t = new TehtavaLisays(this); t.Show(); }