示例#1
0
 public void Button1_Click(System.Object sender, System.EventArgs e)
 {
     if (mApplication.ActiveDocument != null)
     {
         mSimpleInterac = new CSimpleInteraction(mApplication);
     }
 }
示例#2
0
		public void Button1_Click(System.Object sender, System.EventArgs e)
		{
			
			if (mApplication.ActiveDocument != null)
			{
				mSimpleInterac = new CSimpleInteraction(mApplication);
			}
			
		}