Пример #1
0
 public static GraticuleTextHelperForm GetInstance(fadMapTextType mapText, GraticuleForm parentForm)
 {
     if (_instance == null)
     {
         _instance = new GraticuleTextHelperForm(mapText, parentForm);
     }
     return(_instance);
 }
Пример #2
0
 public GraticuleTextHelperForm(fadMapTextType mapTextType, GraticuleForm parentForm)
 {
     InitializeComponent();
     _mapTextType = mapTextType;
     _parentForm  = parentForm;
 }