本文介绍了具有多个实例的Windows应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想用c#开发带有数据库的windows应用程序。我想从多台计算机上使用这个窗口应用程序并希望在离线模式下工作,当我们连接到互联网时,我的数据库会自动更新。我怎么能这样做。谢谢。
I want to develope windows application in c# with database.I want to use this window application from multiple computers and want to work in offline mode and when we connected with internet then my database updated automatically.How can i do this. Thank You.
推荐答案
这篇关于具有多个实例的Windows应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!