//Nullify collection arrays
 void FrequencyCounter_Detach(object sender, DetachEventArgs e)
 {
     inputs = null;
 }
예제 #2
0
 //Initialize collection arrays
 void FrequencyCounter_Attach(object sender, AttachEventArgs e)
 {
     inputs = new FrequencyCounterInputCollection(this, 2);
 }
 //Initialize collection arrays
 void FrequencyCounter_Attach(object sender, AttachEventArgs e)
 {
     inputs = new FrequencyCounterInputCollection(this, 2);
 }
예제 #4
0
 //Nullify collection arrays
 void FrequencyCounter_Detach(object sender, DetachEventArgs e)
 {
     inputs = null;
 }