Example #1
0
 public void SetOptions(AshtakavargaOptions ao)
 {
     this.mDtype      = ao.mDtype;
     this.mChartStyle = ao.mChartStyle;
     this.mSavType    = ao.mSavType;
 }
Example #2
0
 public AshtakavargaOptions()
 {
     this.mDtype      = new Division(Basics.DivisionType.Rasi);
     this.mChartStyle = (EChartStyle)MhoraGlobalOptions.Instance.VargaStyle;
 }