예제 #1
0
파일: DB.cs 프로젝트: ratsil/bethe.helpers
			static Preferences()
			{
				try
				{
					_cInstance = new Preferences();
				}
				catch { }
			}
예제 #2
0
 static Preferences()
 {
     try
     {
         _cInstance = new Preferences();
     }
     finally
     {
     }
 }