internal const string NAME = "Example insert WindowMacro"; 1 ProjectManager prjMngr = new ProjectManager(); 2 SelectionSet oSelSet = new SelectionSet(); 3 Page oPage = (Page)oSelSet.GetSelectedPages().GetValue(0); 4 5 if... Read More
posted @ 2013-03-28 17:55 AriLee Views(2375) Comments(3) Diggs(1) Edit