예제 #1
0
 private void BtnInvestimento_Click(object sender, EventArgs e)
 {
     ExemplosStrategy.Investimento();
 }
예제 #2
0
 private void BtnImposto_Click(object sender, EventArgs e)
 {
     ExemplosStrategy.Imposto();
 }