Example #1
0
        private void LUCSingleSkillGroup_IOperationEvent(object sender, OperationEventArgs e)
        {
            if (IBoolIsBusy)
            {
                return;
            }

            BorderSingeOrgDetail.Visibility = System.Windows.Visibility.Visible;
            DataRow LDataRowParamInfo = e.ObjectSource0 as DataRow;

            IDataRowCurrentFocused = LDataRowParamInfo;
            ShowSingleSkillGroupInformation();
        }
 private void GridSingleOrgTypePanel_PreviewMouseLeftButtonDown(object sender, MouseButtonEventArgs e)
 {
     try
     {
         if (IOperationEvent != null)
         {
             OperationEventArgs LEventArgs = new OperationEventArgs();
             LEventArgs.StrObjectTag  = "M001";
             LEventArgs.ObjectSource0 = IDataRow11009;
             IOperationEvent(this, LEventArgs);
         }
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.ToString(), App.GClassSessionInfo.AppName, MessageBoxButton.OK, MessageBoxImage.Error);
     }
 }
 public void SendClickedMessage()
 {
     try
     {
         if (IOperationEvent != null)
         {
             OperationEventArgs LEventArgs = new OperationEventArgs();
             LEventArgs.StrObjectTag  = "M001";
             LEventArgs.ObjectSource0 = IDataRow11009;
             IOperationEvent(this, LEventArgs);
         }
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.ToString(), App.GClassSessionInfo.AppName, MessageBoxButton.OK, MessageBoxImage.Error);
     }
 }
Example #4
0
 private void IPageParent_IChangeLanguageEvent(object sender, OperationEventArgs e)
 {
     ShowElementContent();
 }