Пример #1
0
        static void Main(string[] args)
        {
            const string HELLO_WORLD = "Hello World!";

            string reversed = HELLO_WORLD.Reverse();

            Console.WriteLine(reversed);

            string reversed2 = HELLO_WORLD.Reverse(2, 8);

            Console.WriteLine(reversed2);
        }
Пример #2
0
 public virtual void Add(HELLO_WORLD.Storehouse_workstation.WaybillRecord dataobject)
 {
     this.AddObject(((ICSSoft.STORMNET.DataObject)(dataobject)));
 }
Пример #3
0
 // *** Start programmer edit section *** (HELLO_WORLD.Storehouse_workstation.DetailArrayOfWaybillRecord members)
 // *** End programmer edit section *** (HELLO_WORLD.Storehouse_workstation.DetailArrayOfWaybillRecord members)
 /// <summary>
 /// Construct detail array.
 /// </summary>
 /// <summary>
 /// Returns object with type WaybillRecord by index.
 /// </summary>
 /// <summary>
 /// Adds object with type WaybillRecord.
 /// </summary>
 public DetailArrayOfWaybillRecord(HELLO_WORLD.Storehouse_workstation.Waybill fWaybill)
     : base(typeof(WaybillRecord), ((ICSSoft.STORMNET.DataObject)(fWaybill)))
 {
 }