예제 #1
0
파일: SwAddInEx.cs 프로젝트: persadewh/xcad
 public static ISwFeatureMgrTab <TControl> CreateFeatureManagerTabWinForm <TControl>(this ISwAddInEx addIn, ISwDocument doc)
     where TControl : System.Windows.Forms.Control => addIn.CreateFeatureManagerTab <TControl>(doc);