Пример #1
0
 public void Init()
 {
     muc88        = new Muc88(mucInfo);
     msub         = new Msub(mucInfo);
     expand       = new expand(mucInfo);
     smon         = new smon(mucInfo);
     muc88.msub   = msub;
     muc88.expand = expand;
     msub.muc88   = muc88;
     expand.msub  = msub;
     expand.smon  = smon;
     expand.muc88 = muc88;
 }
Пример #2
0
 public void Init()
 {
     work         = new work();
     muc88        = new Muc88(work, mucInfo, enc);
     msub         = new Msub(work, mucInfo, enc);
     expand       = new expand(work, mucInfo);
     smon         = new smon(mucInfo);
     muc88.msub   = msub;
     muc88.expand = expand;
     msub.muc88   = muc88;
     expand.msub  = msub;
     expand.smon  = smon;
     expand.muc88 = muc88;
 }