Ejemplo n.º 1
0
 public void Clear()
 {
     Type  = ShortCut_Types.NULL;
     ID    = 0;
     Level = 0;
     c     = 0;
 }
Ejemplo n.º 2
0
		public void Clear()
		{
			Type = ShortCut_Types.NULL;
			ID = 0;
			Level = 0;
			c = 0;
		}
Ejemplo n.º 3
0
        public uint c = 0;//byte

        public ShortCut()
        {
            Type  = ShortCut_Types.NULL;
            ID    = 0;
            Level = 0;
            c     = 0;
        }
Ejemplo n.º 4
0
        public uint c = 0;//byte

		public ShortCut()
		{
			Type = ShortCut_Types.NULL;
			ID = 0;
			Level = 0;
			c = 0;
		}