Inheritance: System.Attribute
コード例 #1
0
ファイル: CommandGroup.cs プロジェクト: Ziftr/CoiniumServ
 public void Register(CommandGroupAttribute attributes)
 {
     this.Attributes = attributes;
     this.RegisterDefaultCommand();
     this.RegisterCommands();
 }
コード例 #2
0
 public void Register(CommandGroupAttribute attributes)
 {
     this.Attributes = attributes;
     this.RegisterDefaultCommand();
     this.RegisterCommands();
 }