Ejemplo n.º 1
0
 private void GenerateEmptyGraph()
 {
     graphsController.AddSession(GetEmptyProfileSession());
 }
Ejemplo n.º 2
0
 internal void CallGraphsHandle(ProfileSession profileSession)
 {
     MilSpaceProfileGraphsController.ShowWindow();
     MilSpaceProfileGraphsController.AddSession(profileSession);
 }