コード例 #1
0
 public TForm GetForm <TForm>() where TForm : WidgetFormViewBase
 {
     return(TargetContainer.GetForm <TForm>());
 }