- Added missing developer attributes in previously add classes
This commit is contained in:
parent
0406947b56
commit
0417857fd9
@ -1,12 +1,16 @@
|
||||
using System.Collections.Specialized;
|
||||
using System.Linq;
|
||||
using System.ComponentModel;
|
||||
using ANX.Framework.NonXNA.Development;
|
||||
|
||||
namespace ANX.Framework.Content.Pipeline.Tasks
|
||||
{
|
||||
/// <summary>
|
||||
/// Class for enabling a dropdown list containing all available Importers for the PropertyGrid.
|
||||
/// </summary>
|
||||
[Developer("SilentWarrior/Eagle Eye Studios")]
|
||||
[PercentageComplete(100)]
|
||||
[TestState(TestStateAttribute.TestState.Tested)]
|
||||
public class ImporterConverter : StringConverter
|
||||
{
|
||||
public override bool GetStandardValuesSupported(ITypeDescriptorContext context)
|
||||
|
@ -1,11 +1,15 @@
|
||||
using System.ComponentModel;
|
||||
using System.Linq;
|
||||
using ANX.Framework.NonXNA.Development;
|
||||
|
||||
namespace ANX.Framework.Content.Pipeline.Tasks
|
||||
{
|
||||
/// <summary>
|
||||
/// Class for enabling a dropdown list containing all available Processors for the PropertyGrid.
|
||||
/// </summary>
|
||||
[Developer("SilentWarrior/Eagle Eye Studios")]
|
||||
[PercentageComplete(100)]
|
||||
[TestState(TestStateAttribute.TestState.Tested)]
|
||||
public class ProcessorConverter : StringConverter
|
||||
{
|
||||
public override bool GetStandardValuesSupported(ITypeDescriptorContext context)
|
||||
|
Loading…
x
Reference in New Issue
Block a user