摘要:
using System;using System.ComponentModel;using System.Collections;using System.Drawing;using System.Windows.Forms;namespace StandardValuesTest{ public class StandardValuesIntConverter : System.ComponentModel.TypeConverter{private ArrayList values;public StandardValuesIntConverter(){// Initializes th 阅读全文