this.myDateTimePicker.Value = DateTime.Now;
但在执行我的代码时,我得到一个例外
Object reference not set to an instance of an object
我做错了什么?
谢谢.