Ejemplo n.º 1
0
        public static void BeginEdit(fMap Owner, Config config)
        {
            fEditHunts editor = new fEditHunts(Owner, config);

            editor.Show(Owner);
            editor.ApplyConfig();
        }
Ejemplo n.º 2
0
 public static void BeginEdit(fMap Owner) {
    fEditHunts editor = new fEditHunts(Owner);
    editor.Show(Owner);
 }
        public static void BeginEdit(fMap Owner)
        {
            fEditHunts editor = new fEditHunts(Owner);

            editor.Show(Owner);
        }