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