Ejemplo n.º 1
0
 public static void ShowWindow()
 {
     UFModel.UpdateResults();
     UFModel.Window = ScriptableObject.CreateInstance <UFWindow>();
     UFModel.Window.Show();
 }
Ejemplo n.º 2
0
 internal static void UpdateQuery(string query)
 {
     UFModel.Context.Query = query;
     UFModel.UpdateResults();
 }