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
660bd5bf
Commit
660bd5bf
authored
Nov 16, 2019
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调试IBC
parent
b68e0758
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
Page_Main.xaml.cs
WpfApplication1/Page_Main.xaml.cs
+8
-7
No files found.
WpfApplication1/Page_Main.xaml.cs
View file @
660bd5bf
...
@@ -25,18 +25,19 @@ namespace WpfApplication1
...
@@ -25,18 +25,19 @@ namespace WpfApplication1
InitializeComponent
();
InitializeComponent
();
//FLY.FeedbackRenZiJia.UI.Client.UIModule.Page_DynArea dynArea = new FLY.FeedbackRenZiJia.UI.Client.UIModule.Page_DynArea();
//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.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
();
//
FLY.Weight.UI.Client.UIModule.Page_DynArea dynArea = new FLY.Weight.UI.Client.UIModule.Page_DynArea();
dynArea
.
Init
(
0
);
dynArea
.
Init
(
0
);
Frame
f
=
new
Frame
();
Frame
f
=
new
Frame
();
f
.
Content
=
dynArea
;
f
.
Content
=
dynArea
;
stackpanel_dynarea
.
Children
.
Add
(
f
);
stackpanel_dynarea
.
Children
.
Add
(
f
);
//FLY.Winder.UI.Client.UIModule.MenuSelect menu = new FLY.Winder.UI.Client.UIModule.MenuSelect();
var
menu
=
new
FLY
.
IBC
.
UI
.
Client
.
UIModule
.
MenuSelect
();
FLY
.
Weight
.
UI
.
Client
.
UIModule
.
MenuSelect
menu
=
new
FLY
.
Weight
.
UI
.
Client
.
UIModule
.
MenuSelect
();
//var menu = new FLY.Winder.UI.Client.UIModule.MenuSelect();
//FLY.FeedbackRenZiJia.UI.Client.UIModule.MenuSelect_Main menu = new FLY.FeedbackRenZiJia.UI.Client.UIModule.MenuSelect_Main();
//var menu = new FLY.Weight.UI.Client.UIModule.MenuSelect();
//var menu = new FLY.FeedbackRenZiJia.UI.Client.UIModule.MenuSelect_Main();
menu
.
Init
(
0
);
menu
.
Init
(
0
);
stackpanel_toolbox
.
Children
.
Add
(
menu
);
stackpanel_toolbox
.
Children
.
Add
(
menu
);
...
@@ -44,10 +45,10 @@ namespace WpfApplication1
...
@@ -44,10 +45,10 @@ namespace WpfApplication1
//FLY.FeedbackRenZiJia.UI.Client.UIModule.Page_Graph p = new FLY.FeedbackRenZiJia.UI.Client.UIModule.Page_Graph();
//FLY.FeedbackRenZiJia.UI.Client.UIModule.Page_Graph p = new FLY.FeedbackRenZiJia.UI.Client.UIModule.Page_Graph();
//FLY.IBC.UI.Client.UIModule.Page_Main
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.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.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();
//FLY.Weight.UI.Client.UIModule.FlowGraph p = new FLY.Weight.UI.Client.UIModule.FlowGraph();
p
.
Init
(
0
);
p
.
Init
(
0
);
...
...
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