Ejemplo n.º 1
0
 public void Class_Terminate()
 {
     try
     {;
      Externals         = null;
      MySadCommands     = null;
      frmBrowser.Parent = null;
      Unload frmBrowser; }
     catch (Exception e)
     {
         // ON ERROR RESUME NEXT
     };
 }
Ejemplo n.º 2
0
            public void Class_Initialize()
            {
                try
{;
                MySadCommands = new SliceAndDice.CSadCommands();

                MySadCommands.ParameterDelimiter = ",";
                MySadCommands.ParameterTypeDelimiter = ":";
                MySadCommands.Attributes("Version") = App.Major + "." + App.Minor + "." + App.Revision + " Beta";

                }
        catch(Exception e)
        {
            // ON ERROR RESUME NEXT
        };
            }
Ejemplo n.º 3
0
        public void Class_Initialize()
        {
            try
            {;
             MySadCommands = new SliceAndDice.CSadCommands();
             Externals     = new SliceAndDice.CAssocArray();

             MySadCommands.Clear;
             MySadCommands.ParameterDelimiter     = ",";
             MySadCommands.ParameterTypeDelimiter = ":";
             MySadCommands.Attributes("Version")  = App.Major + "." + App.Minor + "." + App.Revision;



             Externals.Clear;
             Externals.Item("&Import Template(s) from vbcode.com")    = "Import Templates";
             Externals.Item("&Submit Current Template to vbcode.com") = "Submit Template"; }
            catch (Exception e)
            {
                // ON ERROR RESUME NEXT
            };
        }
Ejemplo n.º 4
0
 public void Class_Terminate()
 {
     MySadCommands = null;
 }
Ejemplo n.º 5
0
 public void Class_Initialize()
 {
     MySadCommands = new SliceAndDice.CSadCommands();
     MySadCommands.ParameterDelimiter = ", ";
     MySadCommands.ParameterTypeDelimiter = " : ";
 }