Exemplo n.º 1
0
 private void ConAnd_OnConditionChanged(object sender, ConditionChangedArgs e)
 {
     Condition = (sender as Condition);
 }
Exemplo n.º 2
0
 private void Condition1_OnConditionChanged(object sender, ConditionChangedArgs e)
 {
     m_ll1.Text = Condition1.GetText();
 }
Exemplo n.º 3
0
 private void M_condition_OnConditionChanged(object sender, ConditionChangedArgs e)
 {
     m_llCondition.Text = m_condition.GetText();
 }