MRI Capability
MyConfig for ItemInfo Fixed various problems with DisplayTabControl VEPROMS ribbon for DisplayTabPanel
This commit is contained in:
@@ -113,5 +113,16 @@ namespace VEPROMS.Properties {
|
||||
this["SystemColor"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
public global::System.Collections.Specialized.StringCollection MRIList {
|
||||
get {
|
||||
return ((global::System.Collections.Specialized.StringCollection)(this["MRIList"]));
|
||||
}
|
||||
set {
|
||||
this["MRIList"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user