Beispiel #1
0
 protected override global::System.Collections.Generic.IList <DslDesign::ModelingToolboxItem> CreateToolboxItems()
 {
     global::pelsoft.FWK_Dsl.FWK_DslToolboxHelper toolboxHelper = new global::pelsoft.FWK_Dsl.FWK_DslToolboxHelper(this);
     try
     {
         return(toolboxHelper.CreateToolboxItems());
     }
     catch (global::System.Exception e)
     {
         global::System.Diagnostics.Debug.Fail("Exception thrown during toolbox item creation.  This may result in Package Load Failure:\r\n\r\n" + e);
         throw;
     }
 }
Beispiel #2
0
		protected override global::System.Collections.Generic.IList<DslDesign::ModelingToolboxItem> CreateToolboxItems()
		{
			global::pelsoft.FWK_Dsl.FWK_DslToolboxHelper toolboxHelper = new global::pelsoft.FWK_Dsl.FWK_DslToolboxHelper(this);
			try
			{
				return toolboxHelper.CreateToolboxItems();
			}
			catch(global::System.Exception e)
			{
				global::System.Diagnostics.Debug.Fail("Exception thrown during toolbox item creation.  This may result in Package Load Failure:\r\n\r\n" + e);
				throw;
			}
		}