예제 #1
0
 public static void Reset()
 {
     g_el_frameroot.Clear();
     Inspecting.Reset();
     App.AppHost.CallFunction("Extern_InspectorReset");
     App.AppDebugger.CallFunction("Extern_ResetDebugger");
 }
예제 #2
0
 public static void Clear()
 {
     el_tree.Clear();
     WidgetTreePath.Instance.ResetTagPath();            // TODO: uncomment, started crashing on Sciter 3.3.2.12
 }