コード例 #1
0
 public RegisterDescription(string name, RegisterGroup group, int i)
 {
     Name  = name;
     Group = group;
     Index = i;
     Group.Count++;
 }
コード例 #2
0
ファイル: Structures.cs プロジェクト: aluitink/aspnet-debug2
 public RegisterDescription(string name, RegisterGroup group, int i)
 {
     Name = name;
     Group = group;
     Index = i;
     Group.Count++;
 }