Example #1
0
 public CreateInternalBoardEvent()
 {
     bo = null;
 }
Example #2
0
 public CreateInternalBoardEvent(BoardObject argBO)
 {
     bo = argBO;
 }