Esempio n. 1
0
        private void OnOKCommand()
        {
            ProjectFilesEntity.FileDelete = true;
            App app = Application.Current as App;

            ProjectFilesEntity.FileDeletePersionID   = app.UserInfo.UserID;
            ProjectFilesEntity.FileDeletePersionName = app.UserInfo.UserName;
            ProjectFilesEntity.FileDeleteTime        = DateTime.Now;

            ProjectFilesEntity.DUpdate();

            childWindow.DialogResult = true;
        }
 void OnOKCommand()
 {
     ProjectFilesEntity.DUpdate();
     childWindow.DialogResult = true;
 }