Exemplo n.º 1
0
 private void Players_FormClosing(object sender, FormClosingEventArgs e)
 {
     BinarySerializeProvider.save(PlayerStatus.getInstance());
 }
Exemplo n.º 2
0
 public static void loadInstance()
 {
     instance = BinarySerializeProvider.load();
 }