コード例 #1
0
ファイル: ViewModel.cs プロジェクト: inap01/api.NetConnect-v2
 public override Dictionary <string, InputInformation> GetForm()
 {
     return(BackendGameViewModelItem.GetForm());
 }
コード例 #2
0
ファイル: ViewModel.cs プロジェクト: inap01/api.NetConnect-v2
        public BackendGameViewModel()
        {
            Data = new BackendGameViewModelItem();

            Form = GetForm();
        }