using System;
using [Link];
using [Link];
using [Link];
using [Link];
using [Link];
using [Link];
using [Link];
using [Link];
namespace _3_8_17
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
public partial class Form2 : Form
{
public Form2();
internal void SetValues(string Gender, string Hobby, string Status)
{
throw new NotImplementedException();
}
}
private void button1_Click(object sender, EventArgs e)
{
try
{
String Gender, Hobby, Status = "";
if ([Link]) Gender = "Male";
else Gender = "Female";
if ([Link]) Hobby = "Reading";
else Hobby = "Painting";
if ([Link]) Status = "Married";
else Status = "Unmarried";
Form2 objPreview = new Form2();
[Link](Gender, Hobby, Status);
//[Link] = [Link];
[Link]();
}
catch(Exception ex)
{
[Link]("Message"+ [Link]);
}
// string a;
// a = [Link]();
// Form2 fr = new Form2();
// [Link]();
private void Form1_Load(object sender, EventArgs e)
{
private void button2_Click(object sender, EventArgs e)
{
Form2 fr = new Form2();
[Link]();
}
private void textBox1_TextChanged(object sender, EventArgs e)
{
}
}
}