Example #1
0
 public Cursor(Generator generator, CursorType cursor)
     : this(generator)
 {
     handler.Create(cursor);
 }