Example #1
0
 public CommentEntry(Control pControl, ICommented commented)
 {
     InitializeComponent();
     control = pControl;
     // ***** Need a way for this to store the reference not the value. *****
     _commented = commented;
 }
Example #2
0
 public Beacon(ICommented <T> c) => Comments = c;