Esempio n. 1
0
 /// <summary>
 /// 
 /// </summary>
 public static void DisableGraphSerialization()
 {
     graphSwitch = GRAPH_SWITCH.OFF;
 }
Esempio n. 2
0
 /// <summary>
 ///
 /// </summary>
 public static void DisableGraphSerialization()
 {
     graphSwitch = GRAPH_SWITCH.OFF;
 }
Esempio n. 3
0
 /// <summary>
 /// 
 /// </summary>
 public static void EnableGraphSerialization()
 {
     graphSwitch = GRAPH_SWITCH.ON;
 }
Esempio n. 4
0
 /// <summary>
 ///
 /// </summary>
 public static void EnableGraphSerialization()
 {
     graphSwitch = GRAPH_SWITCH.ON;
 }