public static void Init()
 {
     window = CreateInstance <SQLite3Window>();
     //window.LoadExcel(Application.dataPath);
     window.titleContent = new GUIContent("SQLite3", "Create SQLite3 table from excel.");
     window.minSize      = new Vector2(555, 600);
     window.maxSize      = new Vector2(555, 2000);
     window.ShowUtility();
 }
예제 #2
0
 static void OpenPersistentData()
 {
     SQLite3Window.Init();
 }