コード例 #1
0
 public BookManagement(Run run)
 {
     this.run  = run;
     print     = new Print(run);
     exception = new Exception();
     sd        = SharingData.GetInstance();
 }
コード例 #2
0
 public MemberManagement(Run run)
 {
     exception = new Exception();
     print     = new Print(run);
     sd        = SharingData.GetInstance();
     this.run  = run;
 }
コード例 #3
0
 public Exception()
 {
     print = new Print();
     sd    = SharingData.GetInstance();
 }
コード例 #4
0
 public Print(Run run)
 {
     sd       = SharingData.GetInstance();
     this.run = run;
 }
コード例 #5
0
 public Print()
 {
     sd = SharingData.GetInstance();
 }