コード例 #1
0
 public void Button1_Click(System.Object sender, System.EventArgs e)
 {
     if (mApplication.ActiveDocument != null)
     {
         mSimpleInterac = new CSimpleInteraction(mApplication);
     }
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: derzzle/INV2016_TRN
		public void Button1_Click(System.Object sender, System.EventArgs e)
		{
			
			if (mApplication.ActiveDocument != null)
			{
				mSimpleInterac = new CSimpleInteraction(mApplication);
			}
			
		}