예제 #1
0
        public static void Save(RecordingOptions recordingOptions)
        {
            string path = GetPath();

            recordingOptions.Save(path);
        }