这阶段写了一个自定义的dictionary在自己的winfrom里应用

这阶段写了一个自定义的dictionary在自己的winfrom里应用,以后有机会改进
using  System;
using  System.Collections.Generic;
using  System.Text;
using  System.Collections;
namespace  M_FJ
{
    
class ShortStringDictionary:DictionaryBase
    
{
        
...


    }

}

 

你可能感兴趣的:(这阶段写了一个自定义的dictionary在自己的winfrom里应用)