Esempio n. 1
0
 public ScenesForRM(String path, String _p)
 {
     InitializeComponent();
     _path = path;
     _DstRoot = _p;
     Levels = new LocationManager(_path);
 }
Esempio n. 2
0
        public GlintsAdder(String _str, String _str2)
        {
            InitializeComponent();
            __str = _str;

            Levels = new LocationManager(_str);
            __strDst = _str2;
        }