@@ -14,7 +14,7 @@ public AutoLayoutViewModel()
1414 {
1515 Id = "Root" ,
1616 Name = "Root" ,
17- Location = new Point ( 122 , 240 ) ,
17+ // Location = new Point(122, 240),
1818 Context = new NodeContext ( )
1919 {
2020 Type = NodeType . Normal
@@ -25,7 +25,7 @@ public AutoLayoutViewModel()
2525 {
2626 Id = "If1" ,
2727 Name = "Branch" ,
28- Location = new ( 399 , 240 ) ,
28+ // Location = new(399, 240),
2929 Context = new NodeContext ( )
3030 {
3131 Type = NodeType . Normal
@@ -36,7 +36,7 @@ public AutoLayoutViewModel()
3636 {
3737 Id = "Process1" ,
3838 Name = "Process" ,
39- Location = new ( 799 , 177 ) ,
39+ // Location = new(799, 177),
4040 Context = new NodeContext ( )
4141 {
4242 Type = NodeType . Normal
@@ -47,7 +47,7 @@ public AutoLayoutViewModel()
4747 {
4848 Id = "Process2" ,
4949 Name = "Process" ,
50- Location = new ( 799 , 296.5 ) ,
50+ // Location = new Point (799, 296.5),
5151 Context = new NodeContext ( )
5252 {
5353 Type = NodeType . Normal
@@ -57,7 +57,7 @@ public AutoLayoutViewModel()
5757 this . Source . Nodes . Add ( new FluxoNodeViewModel ( )
5858 {
5959 Id = "IfEnd1" ,
60- Location = new ( 1729 , 303 ) ,
60+ // Location = new(1729, 303),
6161 Context = new NodeContext ( )
6262 {
6363 Type = NodeType . Empty
@@ -68,7 +68,7 @@ public AutoLayoutViewModel()
6868 {
6969 Id = "If2" ,
7070 Name = "Branch" ,
71- Location = new ( 1029 , 177 ) ,
71+ // Location = new(1029, 177),
7272 Context = new NodeContext ( )
7373 {
7474 Type = NodeType . Normal
@@ -79,7 +79,7 @@ public AutoLayoutViewModel()
7979 {
8080 Id = "Process3" ,
8181 Name = "Process" ,
82- Location = new ( 1306 , 228.5 ) ,
82+ // Location = new(1306, 228.5),
8383 Context = new NodeContext ( )
8484 {
8585 Type = NodeType . Normal
@@ -90,7 +90,7 @@ public AutoLayoutViewModel()
9090 {
9191 Id = "Process4" ,
9292 Name = "Process" ,
93- Location = new ( 1306 , 142 ) ,
93+ // Location = new(1306, 142),
9494 Context = new NodeContext ( )
9595 {
9696 Type = NodeType . Normal
@@ -100,7 +100,7 @@ public AutoLayoutViewModel()
100100 this . Source . Nodes . Add ( new FluxoNodeViewModel ( )
101101 {
102102 Id = "IfEnd2" ,
103- Location = new ( 1618 , 207 ) ,
103+ // Location = new(1618, 207),
104104 Context = new NodeContext ( )
105105 {
106106 Type = NodeType . Empty
@@ -111,7 +111,7 @@ public AutoLayoutViewModel()
111111 {
112112 Id = "End" ,
113113 Name = "End" ,
114- Location = new ( 1917 , 290 ) ,
114+ // Location = new(1917, 290),
115115 Context = new NodeContext ( )
116116 {
117117 Type = NodeType . Normal
0 commit comments