Exemple #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="fd">FD associated with the task</param>
 public Monitor(FD fd)
 {
     this.fd = fd;
 }
Exemple #2
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="fd">FD associated with the task</param>
 public Monitor(FD fd)
 {
     this.fd = fd;
 }