コード例 #1
0
ファイル: EditorWndCtx.cs プロジェクト: z-saffarpour/duscusys
 void ToolSelected(VdShapeType shape, int owner)
 {
     mgr.EnterShapeCreationMode(shape);
 }
コード例 #2
0
 private void ToolSelected(VdShapeType shape, int shapeTag, int owner)
 {
     mgr.EnterShapeCreationMode(shape, shapeTag);
 }