Ejemplo n.º 1
0
 public void ClearTargetValue()
 {
     Targetvalue.Clear();
 }
Ejemplo n.º 2
0
        //***************************************************Operation for Modify Attendance Key Performance Indicator***************************************************

        public void ModifyTargetValue(string targetvalue)
        {
            Targetvalue.Clear();
            Targetvalue.SendKeys(targetvalue);
        }