asfd

Java code posted by asdf
created at 25 Feb 08:57

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
namespace Calculator
{
  public class StepHelloWorld : IStep
  {
    public string Name
    {
      get { throw new NotImplementedException(); }
    }

    public string Description
    {
      get { throw new NotImplementedException(); }
    }

    public StepResult Execute(ZF.TaskEngine.Task.ITask task, ref object sharedTaskObject)
    {
      throw new NotImplementedException();
    }
  }
}
415 Bytes in 3 ms with coderay