52 Star 136 Fork 35

翩若游龙 / dbcompare

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
MainWindow.xaml.cs 656 Bytes
一键复制 编辑 原始数据 按行查看 历史
root 提交于 2017-03-14 14:17 . test
using System.Windows;
using Dasic.Controls;
namespace Dasic
{
/// <summary>
/// MainWindow.xaml 的交互逻辑
/// </summary>
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
}
/// <summary>
/// 运行数据库对比工具
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
private void BtnDbCompare_OnClick(object sender, RoutedEventArgs e)
{
var dbCompare = new DbCompare();
dbCompare.Show();
}
}
}
C#
1
https://gitee.com/otman/dbcompare.git
git@gitee.com:otman/dbcompare.git
otman
dbcompare
dbcompare
master

搜索帮助