public void tx(System.Diagnostics.Process P_, Scrsve sv) { sv_ = sv; P = P_; this.Text = "Services"; label1.Text = label1.Text + "\n\n" + "Service: " + P_.ProcessName; }
private void button1_Click(object sender, EventArgs e) { Scrsve sv = new Scrsve(); sv.Show(); iscl = true; this.Close(); }