Beispiel #1
0
 public void SetDirty()
 {
     LocalDB.SendDBMsg(this);
 }
Beispiel #2
0
 static LocalDB()
 {
     s_Instance = new LocalDB();
 }