Professional IronPython



Download 20,35 Mb.
Pdf ko'rish
bet408/453
Sana01.07.2022
Hajmi20,35 Mb.
#723045
1   ...   404   405   406   407   408   409   410   411   ...   453
Building the Code
You can see that the form in Figure 18-3 has three 
Button
controls in it. Each of the controls has a 
Click()
event handler 
associated with it, as shown in Listing 18-3.
LISTINg 18-3: 
 Defining an application to test
private void btnQuit_Click(object sender, EventArgs e)
{
Close();
}
public void btnAdd_Click(object sender, EventArgs e)
{
txtResult.Text = (Int32.Parse(txtValue1.Text) + 
Int32.Parse(txtValue2.Text)).ToString();
}
public void btnSubtract_Click(object sender, EventArgs e)
{
txtResult.Text = (Int32.Parse(txtValue1.Text) - 
Int32.Parse(txtValue2.Text)).ToString();
}
The 
btnQuit_Click()
event handler is as you might expect. It simply closes the form using the 
Close()
method. You won’t test this functionality using the IronPython script.
The 
btnAdd_Click()
event handler converts the values of 
txtValue1.Text
and 
txtValue2.Text
to 
Int32
values using 
Int32.Parse()
. It then adds the numbers together, converts the result to a 
string using 
ToString()
, and places it into 
txtResult.Text
. Because IronPython needs to test this 
event handler, the visibility is set to 
public
. If you don’t change the visibility of the event handler, 
IronPython won’t be able to access it. The 
btnSubtract_Click()
event handler works the same as 
the 
btnAdd_Click()
event handler, except that it subtracts the two numbers.
fIgURE 18-3: 
The simple form used 
for this example provides enough 
inputs to test.
548592c18.indd 398
2/24/10 12:49:46 PM
www.finebook.ir


Testing Applications

Download 20,35 Mb.

Do'stlaringiz bilan baham:
1   ...   404   405   406   407   408   409   410   411   ...   453




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish