Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hemei
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
hemei
Commits
1c89f1c6
Commit
1c89f1c6
authored
Jan 10, 2020
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调试 HeatingHelper
parent
ab10281d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
11 deletions
+22
-11
Page_Main.xaml.cs
WpfApplication1/Page_Main.xaml.cs
+11
-11
WpfApplication1.csproj
WpfApplication1/WpfApplication1.csproj
+11
-0
No files found.
WpfApplication1/Page_Main.xaml.cs
View file @
1c89f1c6
...
...
@@ -25,37 +25,37 @@ namespace WpfApplication1
InitializeComponent
();
//FLY.FeedbackRenZiJia.UI.Client.UIModule.Page_DynArea dynArea = new FLY.FeedbackRenZiJia.UI.Client.UIModule.Page_DynArea();
FLY
.
IBC
.
UI
.
Client
.
UIModule
.
Page_DynArea
dynArea
=
new
FLY
.
IBC
.
UI
.
Client
.
UIModule
.
Page_DynArea
();
//
FLY.IBC.UI.Client.UIModule.Page_DynArea dynArea = new FLY.IBC.UI.Client.UIModule.Page_DynArea();
//FLY.Winder.UI.Client.UIModule.Page_DynArea dynArea = new FLY.Winder.UI.Client.UIModule.Page_DynArea();
//FLY.Weight.UI.Client.UIModule.Page_DynArea dynArea = new FLY.Weight.UI.Client.UIModule.Page_DynArea();
dynArea
.
Init
(
0
);
FLY
.
HeatingHelper
.
UI
.
UIModule
.
HeatThickDetector
dynArea
=
new
FLY
.
HeatingHelper
.
UI
.
UIModule
.
HeatThickDetector
();
//
dynArea.Init(0);
Frame
f
=
new
Frame
();
f
.
Content
=
dynArea
;
stackpanel_dynarea
.
Children
.
Add
(
f
);
var
menu
=
new
FLY
.
IBC
.
UI
.
Client
.
UIModule
.
MenuSelect
();
//
var menu = new FLY.IBC.UI.Client.UIModule.MenuSelect();
//var menu = new FLY.Winder.UI.Client.UIModule.MenuSelect();
//var menu = new FLY.Weight.UI.Client.UIModule.MenuSelect();
//var menu = new FLY.FeedbackRenZiJia.UI.Client.UIModule.MenuSelect_Main();
menu
.
Init
(
0
);
stackpanel_toolbox
.
Children
.
Add
(
menu
);
//
menu.Init(0);
//
stackpanel_toolbox.Children.Add(menu);
//FLY.FeedbackRenZiJia.UI.Client.UIModule.Page_Graph p = new FLY.FeedbackRenZiJia.UI.Client.UIModule.Page_Graph();
var
p
=
new
FLY
.
IBC
.
UI
.
Client
.
UIModule
.
Page_Main
();
//
var p = new FLY.IBC.UI.Client.UIModule.Page_Main();
//FLY.Winder.UI.Client.UIModule.Page_Main p = new FLY.Winder.UI.Client.UIModule.Page_Main();
//FLY.Weight.UI.Client.UIModule.Page_Main p = new FLY.Weight.UI.Client.UIModule.Page_Main();
//FLY.Weight.UI.Client.UIModule.FlowGraph p = new FLY.Weight.UI.Client.UIModule.FlowGraph();
p
.
Init
(
0
);
//
p.Init(0);
//graph.Init(0);
Frame
f1
=
new
Frame
();
f1
.
Content
=
p
;
grid_graph
.
Children
.
Add
(
f1
);
//
Frame f1 = new Frame();
//
f1.Content = p;
//
grid_graph.Children.Add(f1);
//frame_graph.Content = p;
}
...
...
WpfApplication1/WpfApplication1.csproj
View file @
1c89f1c6
...
...
@@ -118,6 +118,14 @@
<None
Include=
"App.config"
/>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\Project.FLY.ThickHeatAnalyst.Fix\FLY.HeatingHelper.UI\FLY.HeatingHelper.UI.csproj"
>
<Project>
{276ee86a-0961-4c69-a38a-696f4d76e931}
</Project>
<Name>
FLY.HeatingHelper.UI
</Name>
</ProjectReference>
<ProjectReference
Include=
"..\Project.FLY.ThickHeatAnalyst.Fix\FLY.HeatingHelper\FLY.HeatingHelper.csproj"
>
<Project>
{973f0eed-3181-4fb9-abd6-196a9e816b77}
</Project>
<Name>
FLY.HeatingHelper
</Name>
</ProjectReference>
<ProjectReference
Include=
"..\Project.FLY.Winder_20190413\FLY.Winder.UI.Client\FLY.Winder.UI.Client.csproj"
>
<Project>
{6b762aa7-5c5f-4e1d-ac6a-caf327056ebe}
</Project>
<Name>
FLY.Winder.UI.Client
</Name>
...
...
@@ -171,6 +179,9 @@
<PackageReference
Include=
"PropertyChanged.Fody"
>
<Version>
2.6.1
</Version>
</PackageReference>
<PackageReference
Include=
"System.Data.SQLite"
>
<Version>
1.0.112
</Version>
</PackageReference>
</ItemGroup>
<Import
Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets"
/>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment