问题:
A . public delegate int PowerDeviceOn(bool result, DateTime autoPowerOff);
B . public delegate bool PowerDeviceOn(object sender, EventArgs autoPowerOff);
C . public delegate void PowerDeviceOn(DateTime autoPowerOff);
D . public delegate bool PowerDeviceOn(DateTime autoPowerOff)
● 参考解析
本题暂无解析
相关内容
相关标签