Example #1
0
		public void AddStep(string Instructions, System.Uri Imguri = null)
		{
			_activitySteps[_steps] = new Step(Instructions, Imguri);
			_steps++;
		}
Example #2
0
 public void AddStep(string Instructions, System.Uri Imguri = null)
 {
     _activitySteps[_steps] = new Step(Instructions, Imguri);
     _steps++;
 }