logo Use CA10RAM to get 10%* Discount.
Order Nowlogo
(5/5)

Change the WinSlider constructor to remove the WinExerciseForm parameter and replace it with a callback function that takes an int parameter.

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Change the WinSlider constructor to remove the WinExerciseForm parameter and replace it with a callback function that takes an int parameter and has no return value (void).

Do not define a custom delegate type, but rather use Action<…>. The delegate should be saved to a class field variable and then used in the track bar's Scroll event to pass the track bar value back to the WinExerciseForm instance through the callback function. The constructor call in the WinExerciseForm class will have to be updated to pass the delegate for the update progress bar method.
Since the callback function delegate in the WinSlider's class field is only assigned once and then not changed after that, make the class field read-only

Remove the UpdateProgressBar method and instead define the method as an anonymous function inside the WinSlider constructor call.
Replace statements like
if (object != null)
   object.member…

with a null-conditional operator.


Replace the WinExerciseForm class field m_slider with a private property named Slider. You may use m_slider as the backing variable or you may auto-implement the backing variable. However, all references in the form code to m_slider (outside of the property) should now reference the property Slider instead.


Use extension methods for the int type to provide Square and Cube functions. Then use these methods in your Calculate function to calculate the square and cube values (e.g. num.Square() where num is an int variable). The Square and Cube functions should each return an int value.


For any single-line properties or methods, replace the property/method body with their equivalent expression body definitions.

(5/5)
Attachments:

Related Questions

. Introgramming & Unix Fall 2018, CRN 44882, Oakland University Homework Assignment 6 - Using Arrays and Functions in C

DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma

. The standard path finding involves finding the (shortest) path from an origin to a destination, typically on a map. This is an

Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t

. Develop a program to emulate a purchase transaction at a retail store. This program will have two classes, a LineItem class and a Transaction class. The LineItem class will represent an individual

Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th

. SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:

1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of

. Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:

1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Atharva PatilComputer science

541 Answers

Hire Me
expert
Chrisantus MakokhaComputer science

537 Answers

Hire Me
expert
AyooluwaEducation

736 Answers

Hire Me
expert
RIZWANAMathematics

861 Answers

Hire Me

Get Free Quote!

358 Experts Online