コード例 #1
0
 public WhatsGoingOn(WhatsGoingOnType type, params object[] arguments)
 {
     Type      = type;
     Arguments = arguments;
 }
コード例 #2
0
ファイル: AcLogHelper.cs プロジェクト: gro-ove/actools
 internal WhatsGoingOn(WhatsGoingOnType type, params object[] arguments) {
     Type = type;
     Arguments = arguments;
 }