コード例 #1
0
ファイル: LayerSpyCommand.cs プロジェクト: litcas/ArcmapSpy
 /// <summary>
 /// Initializes a new instance of the <see cref="LayerSpyCommand"/> class.
 /// </summary>
 public LayerSpyCommand()
 {
     AppStartup.OnStartup();
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ApplicationSpyCommand"/> class.
 /// </summary>
 public ApplicationSpyCommand()
 {
     AppStartup.OnStartup();
 }
コード例 #3
0
 /// <summary>
 /// Initailizes a new instance of the <see cref="GeometrySpyTool"/> class.
 /// </summary>
 public GeometrySpyTool()
 {
     AppStartup.OnStartup();
 }
コード例 #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WorkspaceSpyCommand"/> class.
 /// </summary>
 public WorkspaceSpyCommand()
 {
     AppStartup.OnStartup();
 }
コード例 #5
0
 /// <summary>
 /// Initailizes a new instance of the <see cref="FeatureSpyTool"/> class.
 /// </summary>
 public FeatureSpyTool()
 {
     AppStartup.OnStartup();
 }