コード例 #1
0
 public static void Add(string key, Pattern content)
 {
     Storage[key] = content;
 }
コード例 #2
0
ファイル: Provider.cs プロジェクト: Thenarden/RPCC
 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;
 }