Пример #1
0
 /// <summary>
 /// Create a new VoteListener using this LocalVoteListener as a source of connected computers
 /// </summary>
 /// <param name="lvl">The LocalVoteListener to use as source of connected computers</param>
 public VoteListener(LocalVoteListener lvl)
 {
     localVoteListener = lvl;
 }
Пример #2
0
 /// <summary>
 /// Create a new PeerDeadListener with a given LocalVoteListener
 /// </summary>
 /// <param name="lvl">The local vote listener that holds the list of connected peers</param>
 public PeerDeadListener(LocalVoteListener lvl)
 {
     localVoteListener = lvl;
 }
Пример #3
0
 public RegisterVoterWindow(LocalVoteListener lvl)
 {
     InitializeComponent();
     localVoteListener = lvl;
 }