コード例 #1
0
 public VoluntarEventArgs(VoluntarEvent userEvent)
 {
     this.userEvent = userEvent;
 }
コード例 #2
0
 public VoluntarEventArgs(VoluntarEvent userEvent, object data) : this(userEvent)
 {
     this.data = data;
 }