I have questions with c# basics. I have a program and I am using methods etc. And I have a class "alarm". alarm class has some properties and I fill them. Ayway there are another class "submitAlarmResponse" and i think it has some parameters or something else. I dont know how to use it. I tryed lots of things but always VS getting alarm in codes.
Class's properties like below. I think it has "alarms"s parameters but I dont know how to write in correct format. And what is submitAlarm1? Any idea?
************************************************************
VulpesPosted Aug 1, 2012, 5:08 AM
VulpesPosted Aug 3, 2012, 6:36 AM
1. Creating an array of Alarms with a single element.
2. Setting the single element (with an index of 0) to an Alarm object.
yokzuPosted Aug 3, 2012, 1:44 AM
What is the meaning the line below? Is "alarm" an array and it should has 2 member? (alarm[0 and alarm[1]])
And the line below. Is it setting the alarm arrays first value?