zhang qi wrote: > Checked exception.txt of 1.9, the > System.Windows.Forms.DataGridViewButtonCell.GetValue do exist, but 2.4 > didn't have this, seems the tool has issue or i run with a wrong > method :) > anyway, i will do upgrade. > > Thanks again.
MoMA cannot find that you are using this method because it is not being used directly. That is, you aren't calling DataGridViewButtonCell.GetValue in your code, but winforms is calling it behind the scenes. However, the good news is this is implemented in newer versions of Mono, like 2.4. It was implemented in r99681 in April 2008. Jonathan _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
