OSDN Git Service

usingの順序を揃える (SA1208, SA1210)
[opentween/open-tween.git] / OpenTween / OTPictureBox.cs
index 31565dd..d2754be 100644 (file)
 
 using System;
 using System.Collections.Generic;
-using System.Linq;
-using System.Runtime.InteropServices;
-using System.Text;
-using System.Windows.Forms;
 using System.ComponentModel;
 using System.Drawing;
-using System.Threading.Tasks;
-using System.Threading;
+using System.IO;
+using System.Linq;
 using System.Net;
 using System.Net.Http;
-using System.IO;
+using System.Runtime.InteropServices;
+using System.Text;
+using System.Threading;
+using System.Threading.Tasks;
+using System.Windows.Forms;
 using OpenTween.Thumbnail;
 
 namespace OpenTween