其实我想重置 SpintexEditorProperty 类。这包含静态属性。我想重置所有这些属性,以便我设置新实例但它无法正常工作......请帮助我......提前致谢!
//重置 SpintexEditorPropertyMain
internal static void ResetSpintexEditorPropertyMain()
{
SpintexEditorPropertyMain = new SpintexEditorProperty();
}