Example #1
0
		public static void Main(string[] args) {
			string filepath = @"D:\Xampp\htdocs\amf\dso-amf-fulldata-response.bin";
			var amf = new DsoAmfHelper(File.ReadAllBytes(filepath));
			

			Console.ReadLine();
		}
Example #2
0
        public static void Main(string[] args)
        {
            string filepath = @"D:\Xampp\htdocs\amf\dso-amf-fulldata-response.bin";
            var    amf      = new DsoAmfHelper(File.ReadAllBytes(filepath));


            Console.ReadLine();
        }