Beispiel #1
0
 // Use this for initialization
 void Start()
 {
     DataTableMgr.LoadAllBinary();
 }
Beispiel #2
0
 static public void LoadAllBinary()
 {
     Ins = new DataTableMgr();
     Ins.LoadAll();
 }
Beispiel #3
0
 public static void LoadAllBinary()
 {
     Ins = new DataTableMgr ();
     Ins.LoadAll ();
 }