コード例 #1
0
 public PushStack(Repository repo)
 {
     repo_ = repo;
 }
コード例 #2
0
 public PushStackRelation(Repository repo)
 {
     repo_ = repo;
 }
コード例 #3
0
 public PrintFunction(Repository repo)
 {
     repo_ = repo;
 }
コード例 #4
0
 public Print(Repository repo)
 {
     repo_ = repo;
 }
コード例 #5
0
 public PopStack(Repository repo)
 {
     repo_ = repo;
 }
コード例 #6
0
 public Repository()
 {
     instance = this;
 }
コード例 #7
0
ファイル: XmlGenerator.cs プロジェクト: ravisjce/Programs
 /// <summary>
 /// Used to initialise the repository from which the data is fetched for createing xml file
 /// </summary>
 /// <param name="mergedRepo">The repo which contains the final analysis result</param>
 public void SetMergedRepo(Repository mergedRepo)
 {
     repo = mergedRepo;
 }