Exemplo n.º 1
0
 public static bool WaitForDI(DIChannelDef Ch1, bool State, int TO)
 {
     Ch1.Get();//??
     return(false);
 }
Exemplo n.º 2
0
 private void button1_Click(object sender, EventArgs e)
 {
     m_Channel.Set(!m_Channel.Get());  //?? for simulation only!
 }