Skip to content

Commit 08c2763

Browse files
daholsteDmitry-A
authored andcommitted
reorder samples (dotnet#231)
1 parent 4e69c57 commit 08c2763

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Samples/Program.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ public static void Main(string[] args)
1212
{
1313
try
1414
{
15-
Cancellation.Run();
16-
Console.Clear();
17-
18-
ObserveProgress.Run();
19-
Console.Clear();
20-
2115
AutoTrainRegression.Run();
2216
Console.Clear();
2317

@@ -30,6 +24,12 @@ public static void Main(string[] args)
3024
CustomizeTraining.Run();
3125
Console.Clear();
3226

27+
ObserveProgress.Run();
28+
Console.Clear();
29+
30+
Cancellation.Run();
31+
Console.Clear();
32+
3333
Console.WriteLine("Done");
3434
}
3535
catch (Exception ex)

0 commit comments

Comments
 (0)