コード例 #1
0
 private void GenerateEmptyGraph()
 {
     graphsController.AddSession(GetEmptyProfileSession());
 }
コード例 #2
0
 internal void CallGraphsHandle(ProfileSession profileSession)
 {
     MilSpaceProfileGraphsController.ShowWindow();
     MilSpaceProfileGraphsController.AddSession(profileSession);
 }