예제 #1
0
 public void FibTest()
 {
     Fibby FST = new Fibby();
     //FibSeq = FibListSequence(15); //Had problems with including my FibMVC.Biz
 }
예제 #2
0
 public FibList(int l)
 {
     limit = l;
     Fibby FS = new Fibby();
     // FibSeq = FibListSequence(l); //Had problems with including my FibMVC.Biz
 }