Exemple #1
0
        public async void Init_PlanInfoAsync(Lib.PlanEntity P_Entity, Action <Lib.PlanEntity> P_CallBack = null)
        {
            _CallBack     = P_CallBack;
            _UCPlanInfoVM = new CurUcViewModel();
            await _UCPlanInfoVM.Init_PlanInfoVMAsync(P_Entity);

            _UCPlanInfoVM.SetPlanOperateGrant();
            _UCPlanInfoVM.SetPlanFileDelete();
            DataContext = _UCPlanInfoVM;
        }
 public UC_MemberFile()
 {
     InitializeComponent();
     _CurUcViewModel = new CurUcViewModel();
 }
 public UC_Relations()
 {
     InitializeComponent();
     _CurUcViewModel = new CurUcViewModel();
 }
 public UC_Appraise()
 {
     InitializeComponent();
     _CurUcViewModel = new CurUcViewModel();
 }