Found some more bits and pieces of WinRT + Xbox 360 support code and removed them
git-svn-id: file:///srv/devel/repo-conversion/nusu@328 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
3f1809e5cc
commit
6053f5a877
4 changed files with 3 additions and 18 deletions
|
|
@ -32,9 +32,7 @@ namespace Nuclex.Support {
|
|||
/// <summary>Returns the global instance of the class</summary>
|
||||
public static TShared Instance {
|
||||
[DebuggerStepThrough]
|
||||
get {
|
||||
return instance;
|
||||
}
|
||||
get { return instance; }
|
||||
}
|
||||
|
||||
/// <summary>Stored the globally shared instance</summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue