public CustomDictionaryDrawer(Graph graph, ViewArgs args) : base(graph, args)
 {
 }
Beispiel #2
0
 public CustomOneLinkListDrawer(Graph graph, ViewArgs args) : base(graph, args)
 {
 }
Beispiel #3
0
 public CalcDrawer(Graph graph, ViewArgs args) : base(graph, args)
 {
 }
 public ViewDescriptor GetTheNextPageViewDescriptor(ViewArgs viewArgs)
 {
     return(new ViewDescriptor(PageType.TheNextPage, viewArgs));
 }
Beispiel #5
0
 public CustomTwoLinkListDrawer(Graph graph, ViewArgs args) : base(graph, args)
 {
     UpdateFirstNode();
 }
 public CustomFloorListDrawer(Graph graph, ViewArgs args) : base(graph, args)
 {
 }
 public void Recalculate(ViewArgs args)
 {
     BeginEditing();
     pointsEdit.Recalculate(args);
     EndEditing();
 }