A.AddcodetothedefaultconstructoroftheServiceclasstomonitorthefreespaceontheharddiskdrive.
B.AddcodetotheOnStartmethodoftheServiceclasstomonitorthefreespaceontheharddiskdrive.
C.AddaninstanceoftheSystem.Windows.Forms.TimerclasstotheServiceclassandconfigureittofireeveryminute.
D.AddaninstanceoftheSystem.Timers.TimerclasstotheServiceclassandconfigureittofireeveryminute.
E.AddcodetotheOnStartmethodoftheServiceclasstostartthetimer.
F.AddcodetotheElapsedeventhandlerofthetimertomonitorthefreespaceontheharddiskdrive.
G.AddcodetotheTickeventhandlerofthetimertomonitorthefreespaceontheharddiskdrive.