Skip to content

Commit 1ab2a64

Browse files
committed
moved FG to another repo
1 parent 2d7b549 commit 1ab2a64

File tree

65 files changed

+2
-9804
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+2
-9804
lines changed
Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using FastGrid;
2-
using System;
1+
using System;
32
using System.Collections.Generic;
43
using System.IO;
54
using System.Linq;
@@ -17,14 +16,7 @@ public App()
1716

1817
// Enter construction logic here...
1918

20-
//Window.Current.Content = new MainPage();
21-
22-
23-
24-
//Window.Current.Content = new TestFastGridViewCodeBehind();
25-
//Window.Current.Content = new TestFastGridView();
26-
Window.Current.Content = new TestFastGridEdit();
27-
//Window.Current.Content = new TestFastGridHierarchical();
19+
Window.Current.Content = new MainPage();
2820
}
2921
}
3022
}

src/FastControls.TestApp/FastControls.TestApp/FastControls.TestApp.csproj

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -20,35 +20,18 @@
2020
<Page Include="Pages\FastCheckBox.xaml">
2121
<Generator>MSBuild:Compile</Generator>
2222
</Page>
23-
<Page Include="Pages\TestFastGridEdit.xaml">
24-
<Generator>MSBuild:Compile</Generator>
25-
</Page>
26-
<Page Include="Pages\TestFastGridHierarchical.xaml">
27-
<Generator>MSBuild:Compile</Generator>
28-
</Page>
29-
<Page Include="Pages\TestFastGridViewCodeBehind.xaml">
30-
<Generator>MSBuild:Compile</Generator>
31-
</Page>
3223
<Page Include="Pages\TestStaggeredPanel.xaml">
3324
<Generator>MSBuild:Compile</Generator>
3425
</Page>
35-
<Page Include="Pages\TestFastGridView.xaml">
36-
<Generator>MSBuild:Compile</Generator>
37-
</Page>
3826
</ItemGroup>
3927

4028
<ItemGroup>
4129
<Compile Include="App.xaml.cs" />
4230
<Compile Include="MainPage.xaml.cs" />
43-
<Compile Include="MockViewModel.cs" />
4431
<Compile Include="Pages\FastCheckBox.xaml.cs" />
45-
<Compile Include="Pages\TestFastGridEdit.xaml.cs" />
46-
<Compile Include="Pages\TestFastGridViewCodeBehind.xaml.cs" />
4732
<Compile Include="Pages\TestStaggeredPanel.xaml.cs" />
4833
<Compile Include="Registry\TestRegistry.cs" />
4934
<Compile Include="Registry\TreeItem.cs" />
50-
<Compile Include="Pages\TestFastGridHierarchical.xaml.cs" />
51-
<Compile Include="Pages\TestFastGridView.xaml.cs" />
5235
</ItemGroup>
5336

5437
<ItemGroup>
@@ -72,12 +55,4 @@
7255
<UpToDateCheckInput Remove="Pages\TestStaggeredPanel.xaml" />
7356
</ItemGroup>
7457

75-
<ItemGroup>
76-
<UpToDateCheckInput Remove="Pages\TestFastGridViewCodeBehind.xaml" />
77-
</ItemGroup>
78-
79-
<ItemGroup>
80-
<UpToDateCheckInput Remove="Pages\TestFastGridEdit.xaml" />
81-
</ItemGroup>
82-
8358
</Project>

src/FastControls.TestApp/FastControls.TestApp/MockViewModel.cs

Lines changed: 0 additions & 242 deletions
This file was deleted.

src/FastControls.TestApp/FastControls.TestApp/Pages/TestFastGridEdit.xaml

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)