9 lines
181 B
C#
9 lines
181 B
C#
|
|
using System.Collections.ObjectModel;
|
|||
|
|
|
|||
|
|
namespace MECF.Framework.UI.Client.RecipeEditorLib.DGExtension.CustomColumn
|
|||
|
|
{
|
|||
|
|
public class FlowModeColumn : ComboxColumn
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|