Esempio n. 1
0
        void OnProjectLoad(DataTypes.GumProjectSave obj)
        {
            if (obj != null && !string.IsNullOrEmpty(obj.FullFileName))
            {
                string fileName = obj.FullFileName;

                MainWindow.Text = "Gum: " + fileName;
            }
            else
            {
                MainWindow.Text = "Gum";
            }
        }
 internal void Include(DataTypes.GumProjectSave gumProjectSave, string p)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 void HandleProjectLoad(DataTypes.GumProjectSave obj)
 {
     UndoManager.Self.ClearAll();
 }