コード例 #1
0
 public OrientationLevelSettings()
 {
     if (s_settings != null)
     {
         throw new System.InvalidProgramException("there is more than one level settings object!");
     }
     s_settings = this;
 }
コード例 #2
0
 public OrientationLevelSettings()
 {
     if (s_settings != null)
     {
         throw new System.InvalidProgramException("there is more than one level settings object!");
     }
     s_settings = this;
 }
コード例 #3
0
 void Cleanup()
 {
     s_settings = null;
 }
コード例 #4
0
 void Cleanup()
 {
     s_settings = null;
 }