public Form1() { InitializeComponent(); fool = new Fool(); brother = new FoolBrother(); brother.YoungFool = fool; }
private void buttonRight_Click(object sender, EventArgs e) { fool = null; brother = null; GCRelease(); }