コード例 #1
0
ファイル: SKDManager.cs プロジェクト: saeednazari/Rubezh
		public static void SetEmptyConfiguration()
		{
			SKDConfiguration = new SKDConfiguration();
			UpdateConfiguration();
		}
コード例 #2
0
ファイル: SKDManager.cs プロジェクト: saeednazari/Rubezh
		static SKDManager()
		{
			SKDConfiguration = new SKDConfiguration();
			CreateDrivers();
		}