コード例 #1
0
 public static T showAsForm <T>(string title, int width, int height) where T : Control
 {
     return((T)WinForms.showAscxInForm(typeof(T), title, width, height));
 }
コード例 #2
0
 public static T showAsForm <T>(string title) where T : Control
 {
     return((T)WinForms.showAscxInForm(typeof(T), title));
 }