Esempio n. 1
0
        public File(SchemaUserControl parent)
        {
            this.parent = parent;

            this._name  = "";
            this._saved = false;
            this._exist = false;
        }
Esempio n. 2
0
 public History(SchemaUserControl parent)
 {
     this.parent = parent;
     Init();
 }