Example #1
0
 private void button1_Click(object sender, EventArgs e)
 {
     Lloyd.WhoAmI();
 }
Example #2
0
 private void button4_Click(object sender, EventArgs e)
 {
     Lloyd         = Lucinda;
     Lloyd.EarSize = 4321;
     Lloyd.WhoAmI();
 }
Example #3
0
 private void button4_Click(object sender, EventArgs e)
 {
     Lloyd = Lucinda;
     Lloyd.EarSize = 4321;
     Lloyd.WhoAmI();
 }