private void MyForm_notifiedMe_aboutNext(eFlowformFormEvents SomeEvent_) {
			switch (SomeEvent_) {
				case eFlowformFormEvents.Next:
					// ToDos: here!



					MyProcess.Choice = MyForm.Choice;
					#region ((cManage_ConfigTables_CreateOrChange_s010)MyFlowforms[0]).Show();
					if (MyFlowforms[0] == null) {
						MyFlowforms[0] = new cManage_ConfigTables_CreateOrChange_s010(
							Base_ref, 
							new cFlowform.dNotifyBase(MyFlowforms_notifiedMe), 
							MyProcess
						);
					}
					MyForm.Hide();
					MyFlowforms[0].Show();
					#endregion



					break;
			}
		}
Beispiel #2
0
        private void MyForm_notifiedMe_aboutNext(eFlowformFormEvents SomeEvent_)
        {
            switch (SomeEvent_)
            {
            case eFlowformFormEvents.Next:
                // ToDos: here!



                MyProcess.Choice = MyForm.Choice;
                #region ((cManage_ConfigTables_CreateOrChange_s010)MyFlowforms[0]).Show();
                if (MyFlowforms[0] == null)
                {
                    MyFlowforms[0] = new cManage_ConfigTables_CreateOrChange_s010(
                        Base_ref,
                        new cFlowform.dNotifyBase(MyFlowforms_notifiedMe),
                        MyProcess
                        );
                }
                MyForm.Hide();
                MyFlowforms[0].Show();
                #endregion



                break;
            }
        }