摘要:
bool restart = true;while (restart){Start(out restart);}(1):在主进程中不停的调用start.void Start(out bool restart){ bool connected = false; restart = false; string[] userInfo = null; try { //打开LoginInfoForm窗体,返回用户名密码。 userInfo = GetLoginInfo();// Splasher.GetLoginInfo(); if (userInfo == null) { loginOK = fals 阅读全文
posted @ 2011-07-14 16:43
李sir
阅读(1229)
评论(0)
推荐(0)
浙公网安备 33010602011771号