A.使用ManagedInstallerClass類。 B.使用ComponentInstaller類。 C.使用InstallContext類。 D.使用AssemblyInstaller類。
A. B. C. D.
A.public delegate bool Salary (Employee Emp, double Amount); B.public bool Salary (Employee Emp, double Amount); C.public event bool Salary (Employee Emp, double Amount); D.public delegate void Salary (Employee Emp, double Amount);
A.System.UInt16 B.int C.System.String D.System.IntPtr
A.A B.B C.C D.D