Guest User

Untitled

a guest
Dec 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.06 KB | None | 0 0
  1. /* Formula for new Resident Evil games/movies */
  2. /* HIGHLY CONFIDENTIAL!! 機密性の高い! 秘密! */
  3. /* Leaked by Chocolate */
  4.  
  5. using System;
  6. using System.Diagnostics;
  7. using System.Collections.Generic;
  8. using System.ComponentModel;
  9. using System.Data;
  10. using System.Drawing;
  11. using System.Linq;
  12. using System.Text;
  13. using System.Windows.Forms;
  14. using System.Net;
  15. using System.Net.Sockets;
  16.  
  17.  
  18. namespace Himitsu_ResidentEvil_Shiki
  19. {
  20. public partial class Form1 : Form
  21.     {
  22.         public Form1()
  23.         {
  24.             InitializeComponent();
  25.         }
  26.  
  27.     string arufabetto;
  28.  
  29.     private void Form1_Load(object sender, EventArgs e)
  30.         {
  31.         txt_uirusu_mei.Text = "新種のウイルス :" + uirusu_ResidentEvil + " -病原菌";
  32.     }
  33.    
  34.     private string uirusu_ResidentEvil
  35.     {
  36.         arufabetto = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
  37.         Random randamu = new Random();
  38.         StringBuilder modosu = new StringBuilder();
  39.         for( i = 0; i < 1; i++ )
  40.             modosu.Append(arufebetto.Substring(randamu.Next(arufebetto.Length), 1));
  41.         return modosu.ToString();
  42.            
  43.         }
  44.     }
  45. }
Add Comment
Please, Sign In to add comment