摘要: using System;using System.Net;using System.Net.Sockets;using System.Text;using System.IO;using System.Collections;using System.Collections.Generic;using System.Text.RegularExpressions;using System.Globalization;namespace UpdateSys.Common{ /// /// ftp文件上传、下载操作类 /// public class FTPHelpe... 阅读全文
posted @ 2013-09-18 15:41 iEvent 阅读(554) 评论(0) 推荐(0) 编辑
摘要: 重叠控件点击透过用HitTest属性做修改xaml:IsHitTestVisible="False"。简答的登录模块: private void signIn_Click(object sender, RoutedEventArgs e) { int i = 0; string str = signIn.Content.ToString(); if (textBox1.Text.ToString() == "" && str == "登陆") { S... 阅读全文
posted @ 2013-09-18 15:38 iEvent 阅读(248) 评论(0) 推荐(0) 编辑