代码拉取完成,页面将自动刷新
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
using DevelopAssistant.AddIn;
namespace DevelopAssistant.AddIn.Diffplex
{
using DevelopAssistant.AddIn.Diffplex.Properties;
using ICSharpCode.WinFormsUI.Docking;
public class DiffplexAddIn : DockContentAddIn
{
public DiffplexAddIn()
{
this.IdentityID = "ee912234-a189-41c0-97c6-c8c7226e067d";
this.Name = "文件对比1.0";
this.Text = "文件内容对比";
this.Tooltip = "对比文件内容找出不同之处";
this.Icon = Resources.plus_shield;
}
public override void Initialize(string AssemblyName, string Winname)
{
//
}
public override object Execute(params object[] Parameter)
{
MainForm f = new MainForm((Form)Parameter[0], Parameter[3].ToString(), this){
// WindowFloat = new DelegateWindowFloatHandler(FloatParentCenter)
};
return f;
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。