12 2014 档案
摘要:1.退出当前页面1 private void imgExit_MouseLeftButtonUp(object sender, MouseButtonEventArgs e)2 {3 if (MessageBox.Show("确定要退出当前页面?", "提示...
阅读全文
摘要:确认后直接退出系统,关闭当前页面页面部分:后台代码: 1 //应用程序退出事件 2 void LinkExit_Click(object sender, RoutedEventArgs e) 3 { 4 if (MessageBox.Show...
阅读全文
摘要:1 using System; 2 using System.Net; 3 using System.Windows; 4 using System.Windows.Browser; 5 using System.Windows.Controls; 6 using System.Win...
阅读全文
摘要:1.xaml 1 8 9 10 11 12 13 14 15 16 17 ...
阅读全文
摘要:1 using BJSW.ZTFX.Client.Silverlight.MapBusinessService; 2 using System.ServiceModel; 3 using System.SL.Application; 4 using System.Windows; 5 6 nam...
阅读全文
摘要:1.自定义类using System;using System.Net;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Ink;using S...
阅读全文
未能加载文件或程序集“Oracle.Web, Version=2.112.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342”或它的某一个依赖项
摘要:当前系统环境描述:Win7x64+VS2012+IIS7当前情况描述:发布Web服务,在浏览的时候出现以下问题:未能加载文件或程序集“Oracle.Web, Version=2.112.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342”或它的...
阅读全文