コード例 #1
0
 public StorageClassesControl(StorageClassesControlType controlType)
 {
     InitializeComponent();
     _controlType = controlType;
 }
コード例 #2
0
 public StorageClassesPresenter(StorageClassesControlType controlType)
 {
     _controlType = controlType;
 }
コード例 #3
0
ファイル: CreateIodDialog.cs プロジェクト: sakpung/webstudy
 public CreateIodDialog(StorageClassesControlType controlType)
 {
     InitializeComponent();
     _controlType = controlType;
 }