示例#1
0
 public static void Add(string key, Pattern content)
 {
     Storage[key] = content;
 }
示例#2
0
 public static void Add(string key, Pattern content)
 {
     Storage[key] = content;
 }
示例#3
0
文件: Group.cs 项目: Thenarden/RPCC
 public Group(String name, Pattern content)
 {
     Name = name;
     Content = content;
 }