예제 #1
0
 void Add(RC_ENUM i, string str)
 {
     if (Enum.IsDefined(typeof(RC_ENUM), i) && !ContainsKey((int)i))
     {
         Add((int)i, str);
     }
 }
예제 #2
0
 static public byte[] GetResData(string name, RC_ENUM type, ushort lang)
 {
     throw new NotImplementedException();
     //return null;
 }