AcManager.Controls.CustomShowroom.PaintShop.LicensePlate.SaveAsync C# (CSharp) 메소드

SaveAsync() 공개 메소드

public SaveAsync ( string location ) : System.Threading.Tasks.Task
location string
리턴 System.Threading.Tasks.Task
            public override Task SaveAsync(string location) {
                throw new NotImplementedException();
            }
        }