Keeps the schema information for an application
예제 #1
0
파일: XmlDataWriter.cs 프로젝트: Vadi/Cedar
 public void EditAppSchema(string appName, AppSchema appSchema)
 {
     throw new NotImplementedException();
 }
예제 #2
0
파일: XmlDataWriter.cs 프로젝트: Vadi/Cedar
 public void AddAppSchema(AppSchema appSchema)
 {
     throw new NotImplementedException();
 }